Shades of Verdun Green #4E6D02
Tints of Verdun Green #4E6D02
RGB
CMYK
RGB Variations
Color information
#4E6D02 (or 0x4E6D02) is known color: Verdun Green. HEX triplet: 4E, 6D and 02. RGB value is (78,109,2). Sum of RGB (Red+Green+Blue) = 78+109+2=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 109 (42.97% from 255 or 57.67% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 109 - color contains mainly: green. Hex color #4E6D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6D02 is #B192FD. Grayscale: #575757. Windows color (decimal): -11637502 or 159054. OLE color: 159054.
HSL color Cylindrical-coordinate representation of color #4E6D02: hue angle of 77.38º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E6D02 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 109 | 2 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.57 |
| HSL | 77.38º | 0.96% | 0.22% | - |
| HSV(B) | 77.38º | 0.98% | 0.43% | - |
| XYZ | 8.62 | 12.56 | 2.03 | - |
| YUV | 87.53 | 79.73 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 109 | 2 | 0.28 | 0 | 0.98 | 0.57 | 77.38 | 0.96 | 0.22 |
| Hex | 4E | 6D | 2 | 1C | 0 | 62 | 39 | 4D | 60 | 16 |
| Octal | 116 | 155 | 2 | 34 | 0 | 142 | 71 | 115 | 140 | 26 |
| Binary | 1001110 | 1101101 | 10 | 11100 | 0 | 1100010 | 111001 | 1001101 | 1100000 | 10110 |
Color Harmonies of #4E6D02
Complementary color
Monochromatic Colors of #4E6D02
Black with #4E6D02
Text Example
Text Example
White with #4E6D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6D02; }
p { color: rgb(78,109,2); }
H1.HeaderClassName
{
color: #4E6D02;
}
.AnyTagClassName
{
color: #4E6D02;
}
</style>
background-color css
<style>
a { background-color: #4E6D02; }
a { background-color: rgb(78,109,2); }
div.DivClassName
{
background-color: #4E6D02;
}
.BgClassName
{
background-color: #4E6D02;
}
</style>
border-color css
<style>
span { border-color: #4E6D02; }
span { border-color: rgb(78,109,2); }
td.TdClassName
{
border-color: #4E6D02;
}
.TagClassName
{
border-color: #4E6D02;
}
</style>