Shades of Verdun Green #4E5E18
Tints of Verdun Green #4E5E18
RGB
CMYK
RGB Variations
Color information
#4E5E18 (or 0x4E5E18) is known color: Verdun Green. HEX triplet: 4E, 5E and 18. RGB value is (78,94,24). Sum of RGB (Red+Green+Blue) = 78+94+24=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 94 (37.11% from 255 or 47.96% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 94 - color contains mainly: green. Hex color #4E5E18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5E18 is #B1A1E7. Grayscale: #515151. Windows color (decimal): -11641320 or 1597006. OLE color: 1597006.
HSL color Cylindrical-coordinate representation of color #4E5E18: hue angle of 73.71º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E5E18 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 78 | 94 | 24 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.63 |
| HSL | 73.71º | 0.59% | 0.23% | - |
| HSV(B) | 73.71º | 0.74% | 0.37% | - |
| XYZ | 7.31 | 9.69 | 2.35 | - |
| YUV | 81.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 94 | 24 | 0.17 | 0 | 0.74 | 0.63 | 73.71 | 0.59 | 0.23 |
| Hex | 4E | 5E | 18 | 11 | 0 | 4A | 3F | 4A | 3B | 17 |
| Octal | 116 | 136 | 30 | 21 | 0 | 112 | 77 | 112 | 73 | 27 |
| Binary | 1001110 | 1011110 | 11000 | 10001 | 0 | 1001010 | 111111 | 1001010 | 111011 | 10111 |
Color Harmonies of #4E5E18
Complementary color
Monochromatic Colors of #4E5E18
Black with #4E5E18
Text Example
Text Example
White with #4E5E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5E18; }
p { color: rgb(78,94,24); }
H1.HeaderClassName
{
color: #4E5E18;
}
.AnyTagClassName
{
color: #4E5E18;
}
</style>
background-color css
<style>
a { background-color: #4E5E18; }
a { background-color: rgb(78,94,24); }
div.DivClassName
{
background-color: #4E5E18;
}
.BgClassName
{
background-color: #4E5E18;
}
</style>
border-color css
<style>
span { border-color: #4E5E18; }
span { border-color: rgb(78,94,24); }
td.TdClassName
{
border-color: #4E5E18;
}
.TagClassName
{
border-color: #4E5E18;
}
</style>