Shades of Viridian Green #476856
Tints of Viridian Green #476856
RGB
CMYK
RGB Variations
Color information
#476856 (or 0x476856) is known color: Viridian Green. HEX triplet: 47, 68 and 56. RGB value is (71,104,86). Sum of RGB (Red+Green+Blue) = 71+104+86=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #476856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476856 is #B897A9. Grayscale: #5C5C5C. Windows color (decimal): -12097450 or 5662791. OLE color: 5662791.
HSL color Cylindrical-coordinate representation of color #476856: hue angle of 147.27º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476856 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 104 | 86 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.59 |
| HSL | 147.27º | 0.19% | 0.34% | - |
| HSV(B) | 147.27º | 0.32% | 0.41% | - |
| XYZ | 9.23 | 11.91 | 10.62 | - |
| YUV | 92.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 86 | 0.32 | 0 | 0.17 | 0.59 | 147.27 | 0.19 | 0.34 |
| Hex | 47 | 68 | 56 | 20 | 0 | 11 | 3B | 93 | 13 | 22 |
| Octal | 107 | 150 | 126 | 40 | 0 | 21 | 73 | 223 | 23 | 42 |
| Binary | 1000111 | 1101000 | 1010110 | 100000 | 0 | 10001 | 111011 | 10010011 | 10011 | 100010 |
Color Harmonies of #476856
Complementary color
Monochromatic Colors of #476856
Black with #476856
Text Example
Text Example
White with #476856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476856; }
p { color: rgb(71,104,86); }
H1.HeaderClassName
{
color: #476856;
}
.AnyTagClassName
{
color: #476856;
}
</style>
background-color css
<style>
a { background-color: #476856; }
a { background-color: rgb(71,104,86); }
div.DivClassName
{
background-color: #476856;
}
.BgClassName
{
background-color: #476856;
}
</style>
border-color css
<style>
span { border-color: #476856; }
span { border-color: rgb(71,104,86); }
td.TdClassName
{
border-color: #476856;
}
.TagClassName
{
border-color: #476856;
}
</style>