Shades of Verdun Green #474511
Tints of Verdun Green #474511
RGB
CMYK
RGB Variations
Color information
#474511 (or 0x474511) is known color: Verdun Green. HEX triplet: 47, 45 and 11. RGB value is (71,69,17). Sum of RGB (Red+Green+Blue) = 71+69+17=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #474511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474511 is #B8BAEE. Grayscale: #3F3F3F. Windows color (decimal): -12106479 or 1131847. OLE color: 1131847.
HSL color Cylindrical-coordinate representation of color #474511: hue angle of 57.78º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #474511 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 69 | 17 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.72 |
| HSL | 57.78º | 0.61% | 0.17% | - |
| HSV(B) | 57.78º | 0.76% | 0.28% | - |
| XYZ | 4.83 | 5.64 | 1.36 | - |
| YUV | 63.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 17 | 0 | 0.03 | 0.76 | 0.72 | 57.78 | 0.61 | 0.17 |
| Hex | 47 | 45 | 11 | 0 | 3 | 4C | 48 | 3A | 3D | 11 |
| Octal | 107 | 105 | 21 | 0 | 3 | 114 | 110 | 72 | 75 | 21 |
| Binary | 1000111 | 1000101 | 10001 | 0 | 11 | 1001100 | 1001000 | 111010 | 111101 | 10001 |
Color Harmonies of #474511
Complementary color
Monochromatic Colors of #474511
Black with #474511
Text Example
Text Example
White with #474511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474511; }
p { color: rgb(71,69,17); }
H1.HeaderClassName
{
color: #474511;
}
.AnyTagClassName
{
color: #474511;
}
</style>
background-color css
<style>
a { background-color: #474511; }
a { background-color: rgb(71,69,17); }
div.DivClassName
{
background-color: #474511;
}
.BgClassName
{
background-color: #474511;
}
</style>
border-color css
<style>
span { border-color: #474511; }
span { border-color: rgb(71,69,17); }
td.TdClassName
{
border-color: #474511;
}
.TagClassName
{
border-color: #474511;
}
</style>