Shades of Viridian #499370
Tints of Viridian #499370
RGB
CMYK
RGB Variations
Color information
#499370 (or 0x499370) is known color: Viridian. HEX triplet: 49, 93 and 70. RGB value is (73,147,112). Sum of RGB (Red+Green+Blue) = 73+147+112=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #499370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499370 is #B66C8F. Grayscale: #787878. Windows color (decimal): -11955344 or 7377737. OLE color: 7377737.
HSL color Cylindrical-coordinate representation of color #499370: hue angle of 151.62º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499370 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 147 | 112 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.42 |
| HSL | 151.62º | 0.34% | 0.43% | - |
| HSV(B) | 151.62º | 0.5% | 0.58% | - |
| XYZ | 16.11 | 23.45 | 19.01 | - |
| YUV | 120.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 112 | 0.50 | 0 | 0.24 | 0.42 | 151.62 | 0.34 | 0.43 |
| Hex | 49 | 93 | 70 | 32 | 0 | 18 | 2A | 98 | 22 | 2B |
| Octal | 111 | 223 | 160 | 62 | 0 | 30 | 52 | 230 | 42 | 53 |
| Binary | 1001001 | 10010011 | 1110000 | 110010 | 0 | 11000 | 101010 | 10011000 | 100010 | 101011 |
Color Harmonies of #499370
Complementary color
Monochromatic Colors of #499370
Black with #499370
Text Example
Text Example
White with #499370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499370; }
p { color: rgb(73,147,112); }
H1.HeaderClassName
{
color: #499370;
}
.AnyTagClassName
{
color: #499370;
}
</style>
background-color css
<style>
a { background-color: #499370; }
a { background-color: rgb(73,147,112); }
div.DivClassName
{
background-color: #499370;
}
.BgClassName
{
background-color: #499370;
}
</style>
border-color css
<style>
span { border-color: #499370; }
span { border-color: rgb(73,147,112); }
td.TdClassName
{
border-color: #499370;
}
.TagClassName
{
border-color: #499370;
}
</style>