Shades of Verdun Green #4E5A05
Tints of Verdun Green #4E5A05
RGB
CMYK
RGB Variations
Color information
#4E5A05 (or 0x4E5A05) is known color: Verdun Green. HEX triplet: 4E, 5A and 05. RGB value is (78,90,5). Sum of RGB (Red+Green+Blue) = 78+90+5=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 90 (35.55% from 255 or 52.02% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 90 - color contains mainly: green. Hex color #4E5A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5A05 is #B1A5FA. Grayscale: #4D4D4D. Windows color (decimal): -11642363 or 350798. OLE color: 350798.
HSL color Cylindrical-coordinate representation of color #4E5A05: hue angle of 68.47º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E5A05 is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 90 | 5 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.65 |
| HSL | 68.47º | 0.89% | 0.19% | - |
| HSV(B) | 68.47º | 0.94% | 0.35% | - |
| XYZ | 6.83 | 8.94 | 1.51 | - |
| YUV | 76.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 90 | 5 | 0.13 | 0 | 0.94 | 0.65 | 68.47 | 0.89 | 0.19 |
| Hex | 4E | 5A | 5 | D | 0 | 5E | 41 | 44 | 59 | 13 |
| Octal | 116 | 132 | 5 | 15 | 0 | 136 | 101 | 104 | 131 | 23 |
| Binary | 1001110 | 1011010 | 101 | 1101 | 0 | 1011110 | 1000001 | 1000100 | 1011001 | 10011 |
Color Harmonies of #4E5A05
Complementary color
Monochromatic Colors of #4E5A05
Black with #4E5A05
Text Example
Text Example
White with #4E5A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5A05; }
p { color: rgb(78,90,5); }
H1.HeaderClassName
{
color: #4E5A05;
}
.AnyTagClassName
{
color: #4E5A05;
}
</style>
background-color css
<style>
a { background-color: #4E5A05; }
a { background-color: rgb(78,90,5); }
div.DivClassName
{
background-color: #4E5A05;
}
.BgClassName
{
background-color: #4E5A05;
}
</style>
border-color css
<style>
span { border-color: #4E5A05; }
span { border-color: rgb(78,90,5); }
td.TdClassName
{
border-color: #4E5A05;
}
.TagClassName
{
border-color: #4E5A05;
}
</style>