Shades of Viridian #497864
Tints of Viridian #497864
RGB
CMYK
RGB Variations
Color information
#497864 (or 0x497864) is known color: Viridian. HEX triplet: 49, 78 and 64. RGB value is (73,120,100). Sum of RGB (Red+Green+Blue) = 73+120+100=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 120 - color contains mainly: green. Hex color #497864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497864 is #B6879B. Grayscale: #676767. Windows color (decimal): -11962268 or 6584393. OLE color: 6584393.
HSL color Cylindrical-coordinate representation of color #497864: hue angle of 154.47º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497864 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 120 | 100 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.53 |
| HSL | 154.47º | 0.24% | 0.38% | - |
| HSV(B) | 154.47º | 0.39% | 0.47% | - |
| XYZ | 11.76 | 15.77 | 14.48 | - |
| YUV | 103.67 | 125.93 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 100 | 0.39 | 0 | 0.17 | 0.53 | 154.47 | 0.24 | 0.38 |
| Hex | 49 | 78 | 64 | 27 | 0 | 11 | 35 | 9A | 18 | 26 |
| Octal | 111 | 170 | 144 | 47 | 0 | 21 | 65 | 232 | 30 | 46 |
| Binary | 1001001 | 1111000 | 1100100 | 100111 | 0 | 10001 | 110101 | 10011010 | 11000 | 100110 |
Color Harmonies of #497864
Complementary color
Monochromatic Colors of #497864
Black with #497864
Text Example
Text Example
White with #497864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497864; }
p { color: rgb(73,120,100); }
H1.HeaderClassName
{
color: #497864;
}
.AnyTagClassName
{
color: #497864;
}
</style>
background-color css
<style>
a { background-color: #497864; }
a { background-color: rgb(73,120,100); }
div.DivClassName
{
background-color: #497864;
}
.BgClassName
{
background-color: #497864;
}
</style>
border-color css
<style>
span { border-color: #497864; }
span { border-color: rgb(73,120,100); }
td.TdClassName
{
border-color: #497864;
}
.TagClassName
{
border-color: #497864;
}
</style>