Shades of Viridian #498475
Tints of Viridian #498475
RGB
CMYK
RGB Variations
Color information
#498475 (or 0x498475) is known color: Viridian. HEX triplet: 49, 84 and 75. RGB value is (73,132,117). Sum of RGB (Red+Green+Blue) = 73+132+117=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 132 - color contains mainly: green. Hex color #498475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498475 is #B67B8A. Grayscale: #707070. Windows color (decimal): -11959179 or 7701577. OLE color: 7701577.
HSL color Cylindrical-coordinate representation of color #498475: hue angle of 164.75º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #498475 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 132 | 117 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.48 |
| HSL | 164.75º | 0.29% | 0.4% | - |
| HSV(B) | 164.75º | 0.45% | 0.52% | - |
| XYZ | 14.21 | 19.2 | 19.79 | - |
| YUV | 112.65 | 130.45 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 117 | 0.45 | 0 | 0.11 | 0.48 | 164.75 | 0.29 | 0.4 |
| Hex | 49 | 84 | 75 | 2D | 0 | B | 30 | A5 | 1D | 28 |
| Octal | 111 | 204 | 165 | 55 | 0 | 13 | 60 | 245 | 35 | 50 |
| Binary | 1001001 | 10000100 | 1110101 | 101101 | 0 | 1011 | 110000 | 10100101 | 11101 | 101000 |
Color Harmonies of #498475
Complementary color
Monochromatic Colors of #498475
Black with #498475
Text Example
Text Example
White with #498475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498475; }
p { color: rgb(73,132,117); }
H1.HeaderClassName
{
color: #498475;
}
.AnyTagClassName
{
color: #498475;
}
</style>
background-color css
<style>
a { background-color: #498475; }
a { background-color: rgb(73,132,117); }
div.DivClassName
{
background-color: #498475;
}
.BgClassName
{
background-color: #498475;
}
</style>
border-color css
<style>
span { border-color: #498475; }
span { border-color: rgb(73,132,117); }
td.TdClassName
{
border-color: #498475;
}
.TagClassName
{
border-color: #498475;
}
</style>