Shades of Verdun Green #4E6002
Tints of Verdun Green #4E6002
RGB
CMYK
RGB Variations
Color information
#4E6002 (or 0x4E6002) is known color: Verdun Green. HEX triplet: 4E, 60 and 02. RGB value is (78,96,2). Sum of RGB (Red+Green+Blue) = 78+96+2=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #4E6002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6002 is #B19FFD. Grayscale: #505050. Windows color (decimal): -11640830 or 155726. OLE color: 155726.
HSL color Cylindrical-coordinate representation of color #4E6002: hue angle of 71.49º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E6002 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 96 | 2 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.62 |
| HSL | 71.49º | 0.96% | 0.19% | - |
| HSV(B) | 71.49º | 0.98% | 0.38% | - |
| XYZ | 7.34 | 9.99 | 1.6 | - |
| YUV | 79.9 | 84.04 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 96 | 2 | 0.19 | 0 | 0.98 | 0.62 | 71.49 | 0.96 | 0.19 |
| Hex | 4E | 60 | 2 | 13 | 0 | 62 | 3E | 47 | 60 | 13 |
| Octal | 116 | 140 | 2 | 23 | 0 | 142 | 76 | 107 | 140 | 23 |
| Binary | 1001110 | 1100000 | 10 | 10011 | 0 | 1100010 | 111110 | 1000111 | 1100000 | 10011 |
Color Harmonies of #4E6002
Complementary color
Monochromatic Colors of #4E6002
Black with #4E6002
Text Example
Text Example
White with #4E6002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6002; }
p { color: rgb(78,96,2); }
H1.HeaderClassName
{
color: #4E6002;
}
.AnyTagClassName
{
color: #4E6002;
}
</style>
background-color css
<style>
a { background-color: #4E6002; }
a { background-color: rgb(78,96,2); }
div.DivClassName
{
background-color: #4E6002;
}
.BgClassName
{
background-color: #4E6002;
}
</style>
border-color css
<style>
span { border-color: #4E6002; }
span { border-color: rgb(78,96,2); }
td.TdClassName
{
border-color: #4E6002;
}
.TagClassName
{
border-color: #4E6002;
}
</style>