Shades of Viridian #47856E
Tints of Viridian #47856E
RGB
CMYK
RGB Variations
Color information
#47856E (or 0x47856E) is known color: Viridian. HEX triplet: 47, 85 and 6E. RGB value is (71,133,110). Sum of RGB (Red+Green+Blue) = 71+133+110=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #47856E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47856E is #B87A91. Grayscale: #6F6F6F. Windows color (decimal): -12090002 or 7243079. OLE color: 7243079.
HSL color Cylindrical-coordinate representation of color #47856E: hue angle of 157.74º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47856E is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 133 | 110 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.48 |
| HSL | 157.74º | 0.3% | 0.4% | - |
| HSV(B) | 157.74º | 0.47% | 0.52% | - |
| XYZ | 13.8 | 19.24 | 17.74 | - |
| YUV | 111.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 133 | 110 | 0.47 | 0 | 0.17 | 0.48 | 157.74 | 0.3 | 0.4 |
| Hex | 47 | 85 | 6E | 2F | 0 | 11 | 30 | 9E | 1E | 28 |
| Octal | 107 | 205 | 156 | 57 | 0 | 21 | 60 | 236 | 36 | 50 |
| Binary | 1000111 | 10000101 | 1101110 | 101111 | 0 | 10001 | 110000 | 10011110 | 11110 | 101000 |
Color Harmonies of #47856E
Complementary color
Monochromatic Colors of #47856E
Black with #47856E
Text Example
Text Example
White with #47856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47856E; }
p { color: rgb(71,133,110); }
H1.HeaderClassName
{
color: #47856E;
}
.AnyTagClassName
{
color: #47856E;
}
</style>
background-color css
<style>
a { background-color: #47856E; }
a { background-color: rgb(71,133,110); }
div.DivClassName
{
background-color: #47856E;
}
.BgClassName
{
background-color: #47856E;
}
</style>
border-color css
<style>
span { border-color: #47856E; }
span { border-color: rgb(71,133,110); }
td.TdClassName
{
border-color: #47856E;
}
.TagClassName
{
border-color: #47856E;
}
</style>