Shades of Verdun Green #4E6207
Tints of Verdun Green #4E6207
RGB
CMYK
RGB Variations
Color information
#4E6207 (or 0x4E6207) is known color: Verdun Green. HEX triplet: 4E, 62 and 07. RGB value is (78,98,7). Sum of RGB (Red+Green+Blue) = 78+98+7=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 98 (38.67% from 255 or 53.55% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 98 - color contains mainly: green. Hex color #4E6207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6207 is #B19DF8. Grayscale: #515151. Windows color (decimal): -11640313 or 483918. OLE color: 483918.
HSL color Cylindrical-coordinate representation of color #4E6207: hue angle of 73.19º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E6207 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 98 | 7 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.62 |
| HSL | 73.19º | 0.87% | 0.21% | - |
| HSV(B) | 73.19º | 0.93% | 0.38% | - |
| XYZ | 7.55 | 10.37 | 1.8 | - |
| YUV | 81.65 | 85.87 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 7 | 0.20 | 0 | 0.93 | 0.62 | 73.19 | 0.87 | 0.21 |
| Hex | 4E | 62 | 7 | 14 | 0 | 5D | 3E | 49 | 57 | 15 |
| Octal | 116 | 142 | 7 | 24 | 0 | 135 | 76 | 111 | 127 | 25 |
| Binary | 1001110 | 1100010 | 111 | 10100 | 0 | 1011101 | 111110 | 1001001 | 1010111 | 10101 |
Color Harmonies of #4E6207
Complementary color
Monochromatic Colors of #4E6207
Black with #4E6207
Text Example
Text Example
White with #4E6207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6207; }
p { color: rgb(78,98,7); }
H1.HeaderClassName
{
color: #4E6207;
}
.AnyTagClassName
{
color: #4E6207;
}
</style>
background-color css
<style>
a { background-color: #4E6207; }
a { background-color: rgb(78,98,7); }
div.DivClassName
{
background-color: #4E6207;
}
.BgClassName
{
background-color: #4E6207;
}
</style>
border-color css
<style>
span { border-color: #4E6207; }
span { border-color: rgb(78,98,7); }
td.TdClassName
{
border-color: #4E6207;
}
.TagClassName
{
border-color: #4E6207;
}
</style>