Shades of Verdun Green #4C7204
Tints of Verdun Green #4C7204
RGB
CMYK
RGB Variations
Color information
#4C7204 (or 0x4C7204) is known color: Verdun Green. HEX triplet: 4C, 72 and 04. RGB value is (76,114,4). Sum of RGB (Red+Green+Blue) = 76+114+4=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 114 (44.92% from 255 or 58.76% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 114 - color contains mainly: green. Hex color #4C7204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7204 is #B38DFB. Grayscale: #5A5A5A. Windows color (decimal): -11767292 or 291404. OLE color: 291404.
HSL color Cylindrical-coordinate representation of color #4C7204: hue angle of 80.73º 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 #4C7204 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 114 | 4 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.55 |
| HSL | 80.73º | 0.93% | 0.23% | - |
| HSV(B) | 80.73º | 0.96% | 0.45% | - |
| XYZ | 9.02 | 13.58 | 2.26 | - |
| YUV | 90.1 | 79.41 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 114 | 4 | 0.33 | 0 | 0.96 | 0.55 | 80.73 | 0.93 | 0.23 |
| Hex | 4C | 72 | 4 | 21 | 0 | 60 | 37 | 51 | 5D | 17 |
| Octal | 114 | 162 | 4 | 41 | 0 | 140 | 67 | 121 | 135 | 27 |
| Binary | 1001100 | 1110010 | 100 | 100001 | 0 | 1100000 | 110111 | 1010001 | 1011101 | 10111 |
Color Harmonies of #4C7204
Complementary color
Monochromatic Colors of #4C7204
Black with #4C7204
Text Example
Text Example
White with #4C7204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7204; }
p { color: rgb(76,114,4); }
H1.HeaderClassName
{
color: #4C7204;
}
.AnyTagClassName
{
color: #4C7204;
}
</style>
background-color css
<style>
a { background-color: #4C7204; }
a { background-color: rgb(76,114,4); }
div.DivClassName
{
background-color: #4C7204;
}
.BgClassName
{
background-color: #4C7204;
}
</style>
border-color css
<style>
span { border-color: #4C7204; }
span { border-color: rgb(76,114,4); }
td.TdClassName
{
border-color: #4C7204;
}
.TagClassName
{
border-color: #4C7204;
}
</style>