Shades of Verdun Green #4E5B11
Tints of Verdun Green #4E5B11
RGB
CMYK
RGB Variations
Color information
#4E5B11 (or 0x4E5B11) is known color: Verdun Green. HEX triplet: 4E, 5B and 11. RGB value is (78,91,17). Sum of RGB (Red+Green+Blue) = 78+91+17=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 91 (35.94% from 255 or 48.92% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 91 - color contains mainly: green. Hex color #4E5B11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5B11 is #B1A4EE. Grayscale: #4E4E4E. Windows color (decimal): -11642095 or 1137486. OLE color: 1137486.
HSL color Cylindrical-coordinate representation of color #4E5B11: hue angle of 70.54º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E5B11 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 91 | 17 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.64 |
| HSL | 70.54º | 0.69% | 0.21% | - |
| HSV(B) | 70.54º | 0.81% | 0.36% | - |
| XYZ | 6.98 | 9.14 | 1.93 | - |
| YUV | 78.68 | 93.19 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 17 | 0.14 | 0 | 0.81 | 0.64 | 70.54 | 0.69 | 0.21 |
| Hex | 4E | 5B | 11 | E | 0 | 51 | 40 | 47 | 45 | 15 |
| Octal | 116 | 133 | 21 | 16 | 0 | 121 | 100 | 107 | 105 | 25 |
| Binary | 1001110 | 1011011 | 10001 | 1110 | 0 | 1010001 | 1000000 | 1000111 | 1000101 | 10101 |
Color Harmonies of #4E5B11
Complementary color
Monochromatic Colors of #4E5B11
Black with #4E5B11
Text Example
Text Example
White with #4E5B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5B11; }
p { color: rgb(78,91,17); }
H1.HeaderClassName
{
color: #4E5B11;
}
.AnyTagClassName
{
color: #4E5B11;
}
</style>
background-color css
<style>
a { background-color: #4E5B11; }
a { background-color: rgb(78,91,17); }
div.DivClassName
{
background-color: #4E5B11;
}
.BgClassName
{
background-color: #4E5B11;
}
</style>
border-color css
<style>
span { border-color: #4E5B11; }
span { border-color: rgb(78,91,17); }
td.TdClassName
{
border-color: #4E5B11;
}
.TagClassName
{
border-color: #4E5B11;
}
</style>