Shades of Verdun Green #4A4711
Tints of Verdun Green #4A4711
RGB
CMYK
RGB Variations
Color information
#4A4711 (or 0x4A4711) is known color: Verdun Green. HEX triplet: 4A, 47 and 11. RGB value is (74,71,17). Sum of RGB (Red+Green+Blue) = 74+71+17=162 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.68% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4711 is #B5B8EE. Grayscale: #414141. Windows color (decimal): -11909359 or 1132362. OLE color: 1132362.
HSL color Cylindrical-coordinate representation of color #4A4711: hue angle of 56.84º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A4711 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 71 | 17 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.71 |
| HSL | 56.84º | 0.63% | 0.18% | - |
| HSV(B) | 56.84º | 0.77% | 0.29% | - |
| XYZ | 5.18 | 6 | 1.42 | - |
| YUV | 65.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 71 | 17 | 0 | 0.04 | 0.77 | 0.71 | 56.84 | 0.63 | 0.18 |
| Hex | 4A | 47 | 11 | 0 | 4 | 4D | 47 | 39 | 3F | 12 |
| Octal | 112 | 107 | 21 | 0 | 4 | 115 | 107 | 71 | 77 | 22 |
| Binary | 1001010 | 1000111 | 10001 | 0 | 100 | 1001101 | 1000111 | 111001 | 111111 | 10010 |
Color Harmonies of #4A4711
Complementary color
Monochromatic Colors of #4A4711
Black with #4A4711
Text Example
Text Example
White with #4A4711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4711; }
p { color: rgb(74,71,17); }
H1.HeaderClassName
{
color: #4A4711;
}
.AnyTagClassName
{
color: #4A4711;
}
</style>
background-color css
<style>
a { background-color: #4A4711; }
a { background-color: rgb(74,71,17); }
div.DivClassName
{
background-color: #4A4711;
}
.BgClassName
{
background-color: #4A4711;
}
</style>
border-color css
<style>
span { border-color: #4A4711; }
span { border-color: rgb(74,71,17); }
td.TdClassName
{
border-color: #4A4711;
}
.TagClassName
{
border-color: #4A4711;
}
</style>