Shades of Verdun Green #4E5B19
Tints of Verdun Green #4E5B19
RGB
CMYK
RGB Variations
Color information
#4E5B19 (or 0x4E5B19) is known color: Verdun Green. HEX triplet: 4E, 5B and 19. RGB value is (78,91,25). Sum of RGB (Red+Green+Blue) = 78+91+25=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 91 - color contains mainly: green. Hex color #4E5B19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5B19 is #B1A4E6. Grayscale: #4F4F4F. Windows color (decimal): -11642087 or 1661774. OLE color: 1661774.
HSL color Cylindrical-coordinate representation of color #4E5B19: hue angle of 71.82º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E5B19 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 91 | 25 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.64 |
| HSL | 71.82º | 0.57% | 0.23% | - |
| HSV(B) | 71.82º | 0.73% | 0.36% | - |
| XYZ | 7.06 | 9.17 | 2.32 | - |
| YUV | 79.59 | 97.19 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 25 | 0.14 | 0 | 0.73 | 0.64 | 71.82 | 0.57 | 0.23 |
| Hex | 4E | 5B | 19 | E | 0 | 49 | 40 | 48 | 39 | 17 |
| Octal | 116 | 133 | 31 | 16 | 0 | 111 | 100 | 110 | 71 | 27 |
| Binary | 1001110 | 1011011 | 11001 | 1110 | 0 | 1001001 | 1000000 | 1001000 | 111001 | 10111 |
Color Harmonies of #4E5B19
Complementary color
Monochromatic Colors of #4E5B19
Black with #4E5B19
Text Example
Text Example
White with #4E5B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5B19; }
p { color: rgb(78,91,25); }
H1.HeaderClassName
{
color: #4E5B19;
}
.AnyTagClassName
{
color: #4E5B19;
}
</style>
background-color css
<style>
a { background-color: #4E5B19; }
a { background-color: rgb(78,91,25); }
div.DivClassName
{
background-color: #4E5B19;
}
.BgClassName
{
background-color: #4E5B19;
}
</style>
border-color css
<style>
span { border-color: #4E5B19; }
span { border-color: rgb(78,91,25); }
td.TdClassName
{
border-color: #4E5B19;
}
.TagClassName
{
border-color: #4E5B19;
}
</style>