Shades of Viridian #497664
Tints of Viridian #497664
RGB
CMYK
RGB Variations
Color information
#497664 (or 0x497664) is known color: Viridian. HEX triplet: 49, 76 and 64. RGB value is (73,118,100). Sum of RGB (Red+Green+Blue) = 73+118+100=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #497664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497664 is #B6899B. Grayscale: #666666. Windows color (decimal): -11962780 or 6583881. OLE color: 6583881.
HSL color Cylindrical-coordinate representation of color #497664: hue angle of 156º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497664 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 118 | 100 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.54 |
| HSL | 156º | 0.24% | 0.37% | - |
| HSV(B) | 156º | 0.38% | 0.46% | - |
| XYZ | 11.53 | 15.29 | 14.4 | - |
| YUV | 102.49 | 126.59 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 100 | 0.38 | 0 | 0.15 | 0.54 | 156 | 0.24 | 0.37 |
| Hex | 49 | 76 | 64 | 26 | 0 | F | 36 | 9C | 18 | 25 |
| Octal | 111 | 166 | 144 | 46 | 0 | 17 | 66 | 234 | 30 | 45 |
| Binary | 1001001 | 1110110 | 1100100 | 100110 | 0 | 1111 | 110110 | 10011100 | 11000 | 100101 |
Color Harmonies of #497664
Complementary color
Monochromatic Colors of #497664
Black with #497664
Text Example
Text Example
White with #497664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497664; }
p { color: rgb(73,118,100); }
H1.HeaderClassName
{
color: #497664;
}
.AnyTagClassName
{
color: #497664;
}
</style>
background-color css
<style>
a { background-color: #497664; }
a { background-color: rgb(73,118,100); }
div.DivClassName
{
background-color: #497664;
}
.BgClassName
{
background-color: #497664;
}
</style>
border-color css
<style>
span { border-color: #497664; }
span { border-color: rgb(73,118,100); }
td.TdClassName
{
border-color: #497664;
}
.TagClassName
{
border-color: #497664;
}
</style>