Shades of Verdun Green #4E4905
Tints of Verdun Green #4E4905
RGB
CMYK
RGB Variations
Color information
#4E4905 (or 0x4E4905) is known color: Verdun Green. HEX triplet: 4E, 49 and 05. RGB value is (78,73,5). Sum of RGB (Red+Green+Blue) = 78+73+5=156 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4905 is #B1B6FA. Grayscale: #434343. Windows color (decimal): -11646715 or 346446. OLE color: 346446.
HSL color Cylindrical-coordinate representation of color #4E4905: hue angle of 55.89º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E4905 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 73 | 5 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.69 |
| HSL | 55.89º | 0.88% | 0.16% | - |
| HSV(B) | 55.89º | 0.94% | 0.31% | - |
| XYZ | 5.55 | 6.4 | 1.09 | - |
| YUV | 66.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 73 | 5 | 0 | 0.06 | 0.94 | 0.69 | 55.89 | 0.88 | 0.16 |
| Hex | 4E | 49 | 5 | 0 | 6 | 5E | 45 | 38 | 58 | 10 |
| Octal | 116 | 111 | 5 | 0 | 6 | 136 | 105 | 70 | 130 | 20 |
| Binary | 1001110 | 1001001 | 101 | 0 | 110 | 1011110 | 1000101 | 111000 | 1011000 | 10000 |
Color Harmonies of #4E4905
Complementary color
Monochromatic Colors of #4E4905
Black with #4E4905
Text Example
Text Example
White with #4E4905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4905; }
p { color: rgb(78,73,5); }
H1.HeaderClassName
{
color: #4E4905;
}
.AnyTagClassName
{
color: #4E4905;
}
</style>
background-color css
<style>
a { background-color: #4E4905; }
a { background-color: rgb(78,73,5); }
div.DivClassName
{
background-color: #4E4905;
}
.BgClassName
{
background-color: #4E4905;
}
</style>
border-color css
<style>
span { border-color: #4E4905; }
span { border-color: rgb(78,73,5); }
td.TdClassName
{
border-color: #4E4905;
}
.TagClassName
{
border-color: #4E4905;
}
</style>