Shades of Verdun Green #4E6102
Tints of Verdun Green #4E6102
RGB
CMYK
RGB Variations
Color information
#4E6102 (or 0x4E6102) is known color: Verdun Green. HEX triplet: 4E, 61 and 02. RGB value is (78,97,2). Sum of RGB (Red+Green+Blue) = 78+97+2=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #4E6102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6102 is #B19EFD. Grayscale: #505050. Windows color (decimal): -11640574 or 155982. OLE color: 155982.
HSL color Cylindrical-coordinate representation of color #4E6102: hue angle of 72º 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 #4E6102 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 97 | 2 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.62 |
| HSL | 72º | 0.96% | 0.19% | - |
| HSV(B) | 72º | 0.98% | 0.38% | - |
| XYZ | 7.43 | 10.17 | 1.63 | - |
| YUV | 80.49 | 83.71 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 2 | 0.20 | 0 | 0.98 | 0.62 | 72 | 0.96 | 0.19 |
| Hex | 4E | 61 | 2 | 14 | 0 | 62 | 3E | 48 | 60 | 13 |
| Octal | 116 | 141 | 2 | 24 | 0 | 142 | 76 | 110 | 140 | 23 |
| Binary | 1001110 | 1100001 | 10 | 10100 | 0 | 1100010 | 111110 | 1001000 | 1100000 | 10011 |
Color Harmonies of #4E6102
Complementary color
Monochromatic Colors of #4E6102
Black with #4E6102
Text Example
Text Example
White with #4E6102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6102; }
p { color: rgb(78,97,2); }
H1.HeaderClassName
{
color: #4E6102;
}
.AnyTagClassName
{
color: #4E6102;
}
</style>
background-color css
<style>
a { background-color: #4E6102; }
a { background-color: rgb(78,97,2); }
div.DivClassName
{
background-color: #4E6102;
}
.BgClassName
{
background-color: #4E6102;
}
</style>
border-color css
<style>
span { border-color: #4E6102; }
span { border-color: rgb(78,97,2); }
td.TdClassName
{
border-color: #4E6102;
}
.TagClassName
{
border-color: #4E6102;
}
</style>