Shades of Verdun Green #4E5A04
Tints of Verdun Green #4E5A04
RGB
CMYK
RGB Variations
Color information
#4E5A04 (or 0x4E5A04) is known color: Verdun Green. HEX triplet: 4E, 5A and 04. RGB value is (78,90,4). Sum of RGB (Red+Green+Blue) = 78+90+4=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 90 (35.55% from 255 or 52.33% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 90 - color contains mainly: green. Hex color #4E5A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5A04 is #B1A5FB. Grayscale: #4C4C4C. Windows color (decimal): -11642364 or 285262. OLE color: 285262.
HSL color Cylindrical-coordinate representation of color #4E5A04: hue angle of 68.37º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E5A04 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 90 | 4 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.65 |
| HSL | 68.37º | 0.91% | 0.18% | - |
| HSV(B) | 68.37º | 0.96% | 0.35% | - |
| XYZ | 6.82 | 8.94 | 1.48 | - |
| YUV | 76.61 | 87.02 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 90 | 4 | 0.13 | 0 | 0.96 | 0.65 | 68.37 | 0.91 | 0.18 |
| Hex | 4E | 5A | 4 | D | 0 | 60 | 41 | 44 | 5B | 12 |
| Octal | 116 | 132 | 4 | 15 | 0 | 140 | 101 | 104 | 133 | 22 |
| Binary | 1001110 | 1011010 | 100 | 1101 | 0 | 1100000 | 1000001 | 1000100 | 1011011 | 10010 |
Color Harmonies of #4E5A04
Complementary color
Monochromatic Colors of #4E5A04
Black with #4E5A04
Text Example
Text Example
White with #4E5A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5A04; }
p { color: rgb(78,90,4); }
H1.HeaderClassName
{
color: #4E5A04;
}
.AnyTagClassName
{
color: #4E5A04;
}
</style>
background-color css
<style>
a { background-color: #4E5A04; }
a { background-color: rgb(78,90,4); }
div.DivClassName
{
background-color: #4E5A04;
}
.BgClassName
{
background-color: #4E5A04;
}
</style>
border-color css
<style>
span { border-color: #4E5A04; }
span { border-color: rgb(78,90,4); }
td.TdClassName
{
border-color: #4E5A04;
}
.TagClassName
{
border-color: #4E5A04;
}
</style>