Shades of Verdun Green #4E5B04
Tints of Verdun Green #4E5B04
RGB
CMYK
RGB Variations
Color information
#4E5B04 (or 0x4E5B04) is known color: Verdun Green. HEX triplet: 4E, 5B and 04. RGB value is (78,91,4). Sum of RGB (Red+Green+Blue) = 78+91+4=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 91 (35.94% from 255 or 52.60% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 91 - color contains mainly: green. Hex color #4E5B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5B04 is #B1A4FB. Grayscale: #4D4D4D. Windows color (decimal): -11642108 or 285518. OLE color: 285518.
HSL color Cylindrical-coordinate representation of color #4E5B04: hue angle of 68.97º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E5B04 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 91 | 4 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.64 |
| HSL | 68.97º | 0.92% | 0.19% | - |
| HSV(B) | 68.97º | 0.96% | 0.36% | - |
| XYZ | 6.9 | 9.11 | 1.51 | - |
| YUV | 77.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 4 | 0.14 | 0 | 0.96 | 0.64 | 68.97 | 0.92 | 0.19 |
| Hex | 4E | 5B | 4 | E | 0 | 60 | 40 | 45 | 5C | 13 |
| Octal | 116 | 133 | 4 | 16 | 0 | 140 | 100 | 105 | 134 | 23 |
| Binary | 1001110 | 1011011 | 100 | 1110 | 0 | 1100000 | 1000000 | 1000101 | 1011100 | 10011 |
Color Harmonies of #4E5B04
Complementary color
Monochromatic Colors of #4E5B04
Black with #4E5B04
Text Example
Text Example
White with #4E5B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5B04; }
p { color: rgb(78,91,4); }
H1.HeaderClassName
{
color: #4E5B04;
}
.AnyTagClassName
{
color: #4E5B04;
}
</style>
background-color css
<style>
a { background-color: #4E5B04; }
a { background-color: rgb(78,91,4); }
div.DivClassName
{
background-color: #4E5B04;
}
.BgClassName
{
background-color: #4E5B04;
}
</style>
border-color css
<style>
span { border-color: #4E5B04; }
span { border-color: rgb(78,91,4); }
td.TdClassName
{
border-color: #4E5B04;
}
.TagClassName
{
border-color: #4E5B04;
}
</style>