Shades of Viridian #479170
Tints of Viridian #479170
RGB
CMYK
RGB Variations
Color information
#479170 (or 0x479170) is known color: Viridian. HEX triplet: 47, 91 and 70. RGB value is (71,145,112). Sum of RGB (Red+Green+Blue) = 71+145+112=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #479170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479170 is #B86E8F. Grayscale: #777777. Windows color (decimal): -12086928 or 7377223. OLE color: 7377223.
HSL color Cylindrical-coordinate representation of color #479170: hue angle of 153.24º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479170 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 145 | 112 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.43 |
| HSL | 153.24º | 0.34% | 0.42% | - |
| HSV(B) | 153.24º | 0.51% | 0.57% | - |
| XYZ | 15.65 | 22.76 | 18.9 | - |
| YUV | 119.11 | 123.98 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 145 | 112 | 0.51 | 0 | 0.23 | 0.43 | 153.24 | 0.34 | 0.42 |
| Hex | 47 | 91 | 70 | 33 | 0 | 17 | 2B | 99 | 22 | 2A |
| Octal | 107 | 221 | 160 | 63 | 0 | 27 | 53 | 231 | 42 | 52 |
| Binary | 1000111 | 10010001 | 1110000 | 110011 | 0 | 10111 | 101011 | 10011001 | 100010 | 101010 |
Color Harmonies of #479170
Complementary color
Monochromatic Colors of #479170
Black with #479170
Text Example
Text Example
White with #479170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479170; }
p { color: rgb(71,145,112); }
H1.HeaderClassName
{
color: #479170;
}
.AnyTagClassName
{
color: #479170;
}
</style>
background-color css
<style>
a { background-color: #479170; }
a { background-color: rgb(71,145,112); }
div.DivClassName
{
background-color: #479170;
}
.BgClassName
{
background-color: #479170;
}
</style>
border-color css
<style>
span { border-color: #479170; }
span { border-color: rgb(71,145,112); }
td.TdClassName
{
border-color: #479170;
}
.TagClassName
{
border-color: #479170;
}
</style>