Shades of Viridian #497866
Tints of Viridian #497866
RGB
CMYK
RGB Variations
Color information
#497866 (or 0x497866) is known color: Viridian. HEX triplet: 49, 78 and 66. RGB value is (73,120,102). Sum of RGB (Red+Green+Blue) = 73+120+102=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #497866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497866 is #B68799. Grayscale: #676767. Windows color (decimal): -11962266 or 6715465. OLE color: 6715465.
HSL color Cylindrical-coordinate representation of color #497866: hue angle of 157.02º 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 #497866 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 120 | 102 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.53 |
| HSL | 157.02º | 0.24% | 0.38% | - |
| HSV(B) | 157.02º | 0.39% | 0.47% | - |
| XYZ | 11.86 | 15.81 | 15 | - |
| YUV | 103.9 | 126.93 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 102 | 0.39 | 0 | 0.15 | 0.53 | 157.02 | 0.24 | 0.38 |
| Hex | 49 | 78 | 66 | 27 | 0 | F | 35 | 9D | 18 | 26 |
| Octal | 111 | 170 | 146 | 47 | 0 | 17 | 65 | 235 | 30 | 46 |
| Binary | 1001001 | 1111000 | 1100110 | 100111 | 0 | 1111 | 110101 | 10011101 | 11000 | 100110 |
Color Harmonies of #497866
Complementary color
Monochromatic Colors of #497866
Black with #497866
Text Example
Text Example
White with #497866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497866; }
p { color: rgb(73,120,102); }
H1.HeaderClassName
{
color: #497866;
}
.AnyTagClassName
{
color: #497866;
}
</style>
background-color css
<style>
a { background-color: #497866; }
a { background-color: rgb(73,120,102); }
div.DivClassName
{
background-color: #497866;
}
.BgClassName
{
background-color: #497866;
}
</style>
border-color css
<style>
span { border-color: #497866; }
span { border-color: rgb(73,120,102); }
td.TdClassName
{
border-color: #497866;
}
.TagClassName
{
border-color: #497866;
}
</style>