Shades of Verdun Green #475620
Tints of Verdun Green #475620
RGB
CMYK
RGB Variations
Color information
#475620 (or 0x475620) is known color: Verdun Green. HEX triplet: 47, 56 and 20. RGB value is (71,86,32). Sum of RGB (Red+Green+Blue) = 71+86+32=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #475620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475620 is #B8A9DF. Grayscale: #4B4B4B. Windows color (decimal): -12102112 or 2119239. OLE color: 2119239.
HSL color Cylindrical-coordinate representation of color #475620: hue angle of 76.67º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #475620 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 86 | 32 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.66 |
| HSL | 76.67º | 0.46% | 0.23% | - |
| HSV(B) | 76.67º | 0.63% | 0.34% | - |
| XYZ | 6.19 | 8.1 | 2.6 | - |
| YUV | 75.36 | 103.53 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 86 | 32 | 0.17 | 0 | 0.63 | 0.66 | 76.67 | 0.46 | 0.23 |
| Hex | 47 | 56 | 20 | 11 | 0 | 3F | 42 | 4D | 2E | 17 |
| Octal | 107 | 126 | 40 | 21 | 0 | 77 | 102 | 115 | 56 | 27 |
| Binary | 1000111 | 1010110 | 100000 | 10001 | 0 | 111111 | 1000010 | 1001101 | 101110 | 10111 |
Color Harmonies of #475620
Complementary color
Monochromatic Colors of #475620
Black with #475620
Text Example
Text Example
White with #475620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475620; }
p { color: rgb(71,86,32); }
H1.HeaderClassName
{
color: #475620;
}
.AnyTagClassName
{
color: #475620;
}
</style>
background-color css
<style>
a { background-color: #475620; }
a { background-color: rgb(71,86,32); }
div.DivClassName
{
background-color: #475620;
}
.BgClassName
{
background-color: #475620;
}
</style>
border-color css
<style>
span { border-color: #475620; }
span { border-color: rgb(71,86,32); }
td.TdClassName
{
border-color: #475620;
}
.TagClassName
{
border-color: #475620;
}
</style>