Shades of Verdun Green #474612
Tints of Verdun Green #474612
RGB
CMYK
RGB Variations
Color information
#474612 (or 0x474612) is known color: Verdun Green. HEX triplet: 47, 46 and 12. RGB value is (71,70,18). Sum of RGB (Red+Green+Blue) = 71+70+18=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #474612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474612 is #B8B9ED. Grayscale: #404040. Windows color (decimal): -12106222 or 1197639. OLE color: 1197639.
HSL color Cylindrical-coordinate representation of color #474612: hue angle of 58.87º 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 #474612 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 70 | 18 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.72 |
| HSL | 58.87º | 0.6% | 0.17% | - |
| HSV(B) | 58.87º | 0.75% | 0.28% | - |
| XYZ | 4.9 | 5.76 | 1.43 | - |
| YUV | 64.37 | 101.83 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 18 | 0 | 0.01 | 0.75 | 0.72 | 58.87 | 0.6 | 0.17 |
| Hex | 47 | 46 | 12 | 0 | 1 | 4B | 48 | 3B | 3C | 11 |
| Octal | 107 | 106 | 22 | 0 | 1 | 113 | 110 | 73 | 74 | 21 |
| Binary | 1000111 | 1000110 | 10010 | 0 | 1 | 1001011 | 1001000 | 111011 | 111100 | 10001 |
Color Harmonies of #474612
Complementary color
Monochromatic Colors of #474612
Black with #474612
Text Example
Text Example
White with #474612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474612; }
p { color: rgb(71,70,18); }
H1.HeaderClassName
{
color: #474612;
}
.AnyTagClassName
{
color: #474612;
}
</style>
background-color css
<style>
a { background-color: #474612; }
a { background-color: rgb(71,70,18); }
div.DivClassName
{
background-color: #474612;
}
.BgClassName
{
background-color: #474612;
}
</style>
border-color css
<style>
span { border-color: #474612; }
span { border-color: rgb(71,70,18); }
td.TdClassName
{
border-color: #474612;
}
.TagClassName
{
border-color: #474612;
}
</style>