Shades of Verdun Green #474512
Tints of Verdun Green #474512
RGB
CMYK
RGB Variations
Color information
#474512 (or 0x474512) is known color: Verdun Green. HEX triplet: 47, 45 and 12. RGB value is (71,69,18). Sum of RGB (Red+Green+Blue) = 71+69+18=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #474512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474512 is #B8BAED. Grayscale: #3F3F3F. Windows color (decimal): -12106478 or 1197383. OLE color: 1197383.
HSL color Cylindrical-coordinate representation of color #474512: hue angle of 57.74º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #474512 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 69 | 18 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.72 |
| HSL | 57.74º | 0.6% | 0.17% | - |
| HSV(B) | 57.74º | 0.75% | 0.28% | - |
| XYZ | 4.84 | 5.64 | 1.41 | - |
| YUV | 63.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 18 | 0 | 0.03 | 0.75 | 0.72 | 57.74 | 0.6 | 0.17 |
| Hex | 47 | 45 | 12 | 0 | 3 | 4B | 48 | 3A | 3C | 11 |
| Octal | 107 | 105 | 22 | 0 | 3 | 113 | 110 | 72 | 74 | 21 |
| Binary | 1000111 | 1000101 | 10010 | 0 | 11 | 1001011 | 1001000 | 111010 | 111100 | 10001 |
Color Harmonies of #474512
Complementary color
Monochromatic Colors of #474512
Black with #474512
Text Example
Text Example
White with #474512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474512; }
p { color: rgb(71,69,18); }
H1.HeaderClassName
{
color: #474512;
}
.AnyTagClassName
{
color: #474512;
}
</style>
background-color css
<style>
a { background-color: #474512; }
a { background-color: rgb(71,69,18); }
div.DivClassName
{
background-color: #474512;
}
.BgClassName
{
background-color: #474512;
}
</style>
border-color css
<style>
span { border-color: #474512; }
span { border-color: rgb(71,69,18); }
td.TdClassName
{
border-color: #474512;
}
.TagClassName
{
border-color: #474512;
}
</style>