Shades of Viridian #497867
Tints of Viridian #497867
RGB
CMYK
RGB Variations
Color information
#497867 (or 0x497867) is known color: Viridian. HEX triplet: 49, 78 and 67. RGB value is (73,120,103). Sum of RGB (Red+Green+Blue) = 73+120+103=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #497867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497867 is #B68798. Grayscale: #686868. Windows color (decimal): -11962265 or 6781001. OLE color: 6781001.
HSL color Cylindrical-coordinate representation of color #497867: hue angle of 158.3º 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 #497867 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 120 | 103 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.53 |
| HSL | 158.3º | 0.24% | 0.38% | - |
| HSV(B) | 158.3º | 0.39% | 0.47% | - |
| XYZ | 11.91 | 15.83 | 15.26 | - |
| YUV | 104.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 103 | 0.39 | 0 | 0.14 | 0.53 | 158.3 | 0.24 | 0.38 |
| Hex | 49 | 78 | 67 | 27 | 0 | E | 35 | 9E | 18 | 26 |
| Octal | 111 | 170 | 147 | 47 | 0 | 16 | 65 | 236 | 30 | 46 |
| Binary | 1001001 | 1111000 | 1100111 | 100111 | 0 | 1110 | 110101 | 10011110 | 11000 | 100110 |
Color Harmonies of #497867
Complementary color
Monochromatic Colors of #497867
Black with #497867
Text Example
Text Example
White with #497867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497867; }
p { color: rgb(73,120,103); }
H1.HeaderClassName
{
color: #497867;
}
.AnyTagClassName
{
color: #497867;
}
</style>
background-color css
<style>
a { background-color: #497867; }
a { background-color: rgb(73,120,103); }
div.DivClassName
{
background-color: #497867;
}
.BgClassName
{
background-color: #497867;
}
</style>
border-color css
<style>
span { border-color: #497867; }
span { border-color: rgb(73,120,103); }
td.TdClassName
{
border-color: #497867;
}
.TagClassName
{
border-color: #497867;
}
</style>