Shades of Verdun Green #4A7204
Tints of Verdun Green #4A7204
RGB
CMYK
RGB Variations
Color information
#4A7204 (or 0x4A7204) is known color: Verdun Green. HEX triplet: 4A, 72 and 04. RGB value is (74,114,4). Sum of RGB (Red+Green+Blue) = 74+114+4=192 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.54% from 192); Green value is 114 (44.92% from 255 or 59.38% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 114 - color contains mainly: green. Hex color #4A7204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7204 is #B58DFB. Grayscale: #595959. Windows color (decimal): -11898364 or 291402. OLE color: 291402.
HSL color Cylindrical-coordinate representation of color #4A7204: hue angle of 81.82º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A7204 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 114 | 4 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.55 |
| HSL | 81.82º | 0.93% | 0.23% | - |
| HSV(B) | 81.82º | 0.96% | 0.45% | - |
| XYZ | 8.86 | 13.5 | 2.25 | - |
| YUV | 89.5 | 79.75 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 114 | 4 | 0.35 | 0 | 0.96 | 0.55 | 81.82 | 0.93 | 0.23 |
| Hex | 4A | 72 | 4 | 23 | 0 | 60 | 37 | 52 | 5D | 17 |
| Octal | 112 | 162 | 4 | 43 | 0 | 140 | 67 | 122 | 135 | 27 |
| Binary | 1001010 | 1110010 | 100 | 100011 | 0 | 1100000 | 110111 | 1010010 | 1011101 | 10111 |
Color Harmonies of #4A7204
Complementary color
Monochromatic Colors of #4A7204
Black with #4A7204
Text Example
Text Example
White with #4A7204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7204; }
p { color: rgb(74,114,4); }
H1.HeaderClassName
{
color: #4A7204;
}
.AnyTagClassName
{
color: #4A7204;
}
</style>
background-color css
<style>
a { background-color: #4A7204; }
a { background-color: rgb(74,114,4); }
div.DivClassName
{
background-color: #4A7204;
}
.BgClassName
{
background-color: #4A7204;
}
</style>
border-color css
<style>
span { border-color: #4A7204; }
span { border-color: rgb(74,114,4); }
td.TdClassName
{
border-color: #4A7204;
}
.TagClassName
{
border-color: #4A7204;
}
</style>