Shades of Verdun Green #4E4704
Tints of Verdun Green #4E4704
RGB
CMYK
RGB Variations
Color information
#4E4704 (or 0x4E4704) is known color: Verdun Green. HEX triplet: 4E, 47 and 04. RGB value is (78,71,4). Sum of RGB (Red+Green+Blue) = 78+71+4=153 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.98% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4704 is #B1B8FB. Grayscale: #414141. Windows color (decimal): -11647228 or 280398. OLE color: 280398.
HSL color Cylindrical-coordinate representation of color #4E4704: hue angle of 54.32º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E4704 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 71 | 4 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.69 |
| HSL | 54.32º | 0.9% | 0.16% | - |
| HSV(B) | 54.32º | 0.95% | 0.31% | - |
| XYZ | 5.42 | 6.13 | 1.01 | - |
| YUV | 65.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 71 | 4 | 0 | 0.09 | 0.95 | 0.69 | 54.32 | 0.9 | 0.16 |
| Hex | 4E | 47 | 4 | 0 | 9 | 5F | 45 | 36 | 5A | 10 |
| Octal | 116 | 107 | 4 | 0 | 11 | 137 | 105 | 66 | 132 | 20 |
| Binary | 1001110 | 1000111 | 100 | 0 | 1001 | 1011111 | 1000101 | 110110 | 1011010 | 10000 |
Color Harmonies of #4E4704
Complementary color
Monochromatic Colors of #4E4704
Black with #4E4704
Text Example
Text Example
White with #4E4704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4704; }
p { color: rgb(78,71,4); }
H1.HeaderClassName
{
color: #4E4704;
}
.AnyTagClassName
{
color: #4E4704;
}
</style>
background-color css
<style>
a { background-color: #4E4704; }
a { background-color: rgb(78,71,4); }
div.DivClassName
{
background-color: #4E4704;
}
.BgClassName
{
background-color: #4E4704;
}
</style>
border-color css
<style>
span { border-color: #4E4704; }
span { border-color: rgb(78,71,4); }
td.TdClassName
{
border-color: #4E4704;
}
.TagClassName
{
border-color: #4E4704;
}
</style>