Shades of Verdun Green #475920
Tints of Verdun Green #475920
RGB
CMYK
RGB Variations
Color information
#475920 (or 0x475920) is known color: Verdun Green. HEX triplet: 47, 59 and 20. RGB value is (71,89,32). Sum of RGB (Red+Green+Blue) = 71+89+32=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #475920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475920 is #B8A6DF. Grayscale: #4D4D4D. Windows color (decimal): -12101344 or 2120007. OLE color: 2120007.
HSL color Cylindrical-coordinate representation of color #475920: hue angle of 78.95º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #475920 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 89 | 32 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.65 |
| HSL | 78.95º | 0.47% | 0.24% | - |
| HSV(B) | 78.95º | 0.64% | 0.35% | - |
| XYZ | 6.43 | 8.59 | 2.69 | - |
| YUV | 77.12 | 102.54 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 32 | 0.20 | 0 | 0.64 | 0.65 | 78.95 | 0.47 | 0.24 |
| Hex | 47 | 59 | 20 | 14 | 0 | 40 | 41 | 4F | 2F | 18 |
| Octal | 107 | 131 | 40 | 24 | 0 | 100 | 101 | 117 | 57 | 30 |
| Binary | 1000111 | 1011001 | 100000 | 10100 | 0 | 1000000 | 1000001 | 1001111 | 101111 | 11000 |
Color Harmonies of #475920
Complementary color
Monochromatic Colors of #475920
Black with #475920
Text Example
Text Example
White with #475920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475920; }
p { color: rgb(71,89,32); }
H1.HeaderClassName
{
color: #475920;
}
.AnyTagClassName
{
color: #475920;
}
</style>
background-color css
<style>
a { background-color: #475920; }
a { background-color: rgb(71,89,32); }
div.DivClassName
{
background-color: #475920;
}
.BgClassName
{
background-color: #475920;
}
</style>
border-color css
<style>
span { border-color: #475920; }
span { border-color: rgb(71,89,32); }
td.TdClassName
{
border-color: #475920;
}
.TagClassName
{
border-color: #475920;
}
</style>