Shades of Verdun Green #4E6311
Tints of Verdun Green #4E6311
RGB
CMYK
RGB Variations
Color information
#4E6311 (or 0x4E6311) is known color: Verdun Green. HEX triplet: 4E, 63 and 11. RGB value is (78,99,17). Sum of RGB (Red+Green+Blue) = 78+99+17=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #4E6311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6311 is #B19CEE. Grayscale: #535353. Windows color (decimal): -11640047 or 1139534. OLE color: 1139534.
HSL color Cylindrical-coordinate representation of color #4E6311: hue angle of 75.37º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E6311 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 99 | 17 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.61 |
| HSL | 75.37º | 0.71% | 0.23% | - |
| HSV(B) | 75.37º | 0.83% | 0.39% | - |
| XYZ | 7.7 | 10.58 | 2.17 | - |
| YUV | 83.37 | 90.54 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 17 | 0.21 | 0 | 0.83 | 0.61 | 75.37 | 0.71 | 0.23 |
| Hex | 4E | 63 | 11 | 15 | 0 | 53 | 3D | 4B | 47 | 17 |
| Octal | 116 | 143 | 21 | 25 | 0 | 123 | 75 | 113 | 107 | 27 |
| Binary | 1001110 | 1100011 | 10001 | 10101 | 0 | 1010011 | 111101 | 1001011 | 1000111 | 10111 |
Color Harmonies of #4E6311
Complementary color
Monochromatic Colors of #4E6311
Black with #4E6311
Text Example
Text Example
White with #4E6311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6311; }
p { color: rgb(78,99,17); }
H1.HeaderClassName
{
color: #4E6311;
}
.AnyTagClassName
{
color: #4E6311;
}
</style>
background-color css
<style>
a { background-color: #4E6311; }
a { background-color: rgb(78,99,17); }
div.DivClassName
{
background-color: #4E6311;
}
.BgClassName
{
background-color: #4E6311;
}
</style>
border-color css
<style>
span { border-color: #4E6311; }
span { border-color: rgb(78,99,17); }
td.TdClassName
{
border-color: #4E6311;
}
.TagClassName
{
border-color: #4E6311;
}
</style>