Shades of Viridian #47916E
Tints of Viridian #47916E
RGB
CMYK
RGB Variations
Color information
#47916E (or 0x47916E) is known color: Viridian. HEX triplet: 47, 91 and 6E. RGB value is (71,145,110). Sum of RGB (Red+Green+Blue) = 71+145+110=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #47916E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47916E is #B86E91. Grayscale: #767676. Windows color (decimal): -12086930 or 7246151. OLE color: 7246151.
HSL color Cylindrical-coordinate representation of color #47916E: hue angle of 151.62º 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 #47916E is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 145 | 110 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.43 |
| HSL | 151.62º | 0.34% | 0.42% | - |
| HSV(B) | 151.62º | 0.51% | 0.57% | - |
| XYZ | 15.54 | 22.72 | 18.32 | - |
| YUV | 118.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 145 | 110 | 0.51 | 0 | 0.24 | 0.43 | 151.62 | 0.34 | 0.42 |
| Hex | 47 | 91 | 6E | 33 | 0 | 18 | 2B | 98 | 22 | 2A |
| Octal | 107 | 221 | 156 | 63 | 0 | 30 | 53 | 230 | 42 | 52 |
| Binary | 1000111 | 10010001 | 1101110 | 110011 | 0 | 11000 | 101011 | 10011000 | 100010 | 101010 |
Color Harmonies of #47916E
Complementary color
Monochromatic Colors of #47916E
Black with #47916E
Text Example
Text Example
White with #47916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47916E; }
p { color: rgb(71,145,110); }
H1.HeaderClassName
{
color: #47916E;
}
.AnyTagClassName
{
color: #47916E;
}
</style>
background-color css
<style>
a { background-color: #47916E; }
a { background-color: rgb(71,145,110); }
div.DivClassName
{
background-color: #47916E;
}
.BgClassName
{
background-color: #47916E;
}
</style>
border-color css
<style>
span { border-color: #47916E; }
span { border-color: rgb(71,145,110); }
td.TdClassName
{
border-color: #47916E;
}
.TagClassName
{
border-color: #47916E;
}
</style>