Shades of Verdun Green #4E4904
Tints of Verdun Green #4E4904
RGB
CMYK
RGB Variations
Color information
#4E4904 (or 0x4E4904) is known color: Verdun Green. HEX triplet: 4E, 49 and 04. RGB value is (78,73,4). Sum of RGB (Red+Green+Blue) = 78+73+4=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4904 is #B1B6FB. Grayscale: #424242. Windows color (decimal): -11646716 or 280910. OLE color: 280910.
HSL color Cylindrical-coordinate representation of color #4E4904: hue angle of 55.95º 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 #4E4904 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 73 | 4 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.69 |
| HSL | 55.95º | 0.9% | 0.16% | - |
| HSV(B) | 55.95º | 0.95% | 0.31% | - |
| XYZ | 5.55 | 6.39 | 1.06 | - |
| YUV | 66.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 73 | 4 | 0 | 0.06 | 0.95 | 0.69 | 55.95 | 0.9 | 0.16 |
| Hex | 4E | 49 | 4 | 0 | 6 | 5F | 45 | 38 | 5A | 10 |
| Octal | 116 | 111 | 4 | 0 | 6 | 137 | 105 | 70 | 132 | 20 |
| Binary | 1001110 | 1001001 | 100 | 0 | 110 | 1011111 | 1000101 | 111000 | 1011010 | 10000 |
Color Harmonies of #4E4904
Complementary color
Monochromatic Colors of #4E4904
Black with #4E4904
Text Example
Text Example
White with #4E4904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4904; }
p { color: rgb(78,73,4); }
H1.HeaderClassName
{
color: #4E4904;
}
.AnyTagClassName
{
color: #4E4904;
}
</style>
background-color css
<style>
a { background-color: #4E4904; }
a { background-color: rgb(78,73,4); }
div.DivClassName
{
background-color: #4E4904;
}
.BgClassName
{
background-color: #4E4904;
}
</style>
border-color css
<style>
span { border-color: #4E4904; }
span { border-color: rgb(78,73,4); }
td.TdClassName
{
border-color: #4E4904;
}
.TagClassName
{
border-color: #4E4904;
}
</style>