Shades of Verdun Green #4E6702
Tints of Verdun Green #4E6702
RGB
CMYK
RGB Variations
Color information
#4E6702 (or 0x4E6702) is known color: Verdun Green. HEX triplet: 4E, 67 and 02. RGB value is (78,103,2). Sum of RGB (Red+Green+Blue) = 78+103+2=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 103 (40.62% from 255 or 56.28% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 103 - color contains mainly: green. Hex color #4E6702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6702 is #B198FD. Grayscale: #545454. Windows color (decimal): -11639038 or 157518. OLE color: 157518.
HSL color Cylindrical-coordinate representation of color #4E6702: hue angle of 74.85º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E6702 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 103 | 2 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.60 |
| HSL | 74.85º | 0.96% | 0.21% | - |
| HSV(B) | 74.85º | 0.98% | 0.4% | - |
| XYZ | 8 | 11.32 | 1.82 | - |
| YUV | 84.01 | 81.72 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 103 | 2 | 0.24 | 0 | 0.98 | 0.60 | 74.85 | 0.96 | 0.21 |
| Hex | 4E | 67 | 2 | 18 | 0 | 62 | 3C | 4B | 60 | 15 |
| Octal | 116 | 147 | 2 | 30 | 0 | 142 | 74 | 113 | 140 | 25 |
| Binary | 1001110 | 1100111 | 10 | 11000 | 0 | 1100010 | 111100 | 1001011 | 1100000 | 10101 |
Color Harmonies of #4E6702
Complementary color
Monochromatic Colors of #4E6702
Black with #4E6702
Text Example
Text Example
White with #4E6702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6702; }
p { color: rgb(78,103,2); }
H1.HeaderClassName
{
color: #4E6702;
}
.AnyTagClassName
{
color: #4E6702;
}
</style>
background-color css
<style>
a { background-color: #4E6702; }
a { background-color: rgb(78,103,2); }
div.DivClassName
{
background-color: #4E6702;
}
.BgClassName
{
background-color: #4E6702;
}
</style>
border-color css
<style>
span { border-color: #4E6702; }
span { border-color: rgb(78,103,2); }
td.TdClassName
{
border-color: #4E6702;
}
.TagClassName
{
border-color: #4E6702;
}
</style>