What does this code display?
- An image with less vivid colors
- A darker image
- A grayer image
- An image with more vivid colors
An image with less vivid colors.
<html>
<head>
<style> img {filter: saturate(75%); width: 250px; padding: 15px; border: solid 2px black;} </style>
</head>
<body>
<h3> Urban Geometry Competition - Prize Winner </h3>
<img src="https://mimo.app/i/bank-lobby.png">
</body>
</html>]]>