Shades of Verdun Green #4E6212
Tints of Verdun Green #4E6212
RGB
CMYK
RGB Variations
Color information
#4E6212 (or 0x4E6212) is known color: Verdun Green. HEX triplet: 4E, 62 and 12. RGB value is (78,98,18). Sum of RGB (Red+Green+Blue) = 78+98+18=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #4E6212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6212 is #B19DED. Grayscale: #535353. Windows color (decimal): -11640302 or 1204814. OLE color: 1204814.
HSL color Cylindrical-coordinate representation of color #4E6212: hue angle of 75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E6212 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 98 | 18 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.62 |
| HSL | 75º | 0.69% | 0.23% | - |
| HSV(B) | 75º | 0.82% | 0.38% | - |
| XYZ | 7.62 | 10.4 | 2.18 | - |
| YUV | 82.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 18 | 0.20 | 0 | 0.82 | 0.62 | 75 | 0.69 | 0.23 |
| Hex | 4E | 62 | 12 | 14 | 0 | 52 | 3E | 4B | 45 | 17 |
| Octal | 116 | 142 | 22 | 24 | 0 | 122 | 76 | 113 | 105 | 27 |
| Binary | 1001110 | 1100010 | 10010 | 10100 | 0 | 1010010 | 111110 | 1001011 | 1000101 | 10111 |
Color Harmonies of #4E6212
Complementary color
Monochromatic Colors of #4E6212
Black with #4E6212
Text Example
Text Example
White with #4E6212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6212; }
p { color: rgb(78,98,18); }
H1.HeaderClassName
{
color: #4E6212;
}
.AnyTagClassName
{
color: #4E6212;
}
</style>
background-color css
<style>
a { background-color: #4E6212; }
a { background-color: rgb(78,98,18); }
div.DivClassName
{
background-color: #4E6212;
}
.BgClassName
{
background-color: #4E6212;
}
</style>
border-color css
<style>
span { border-color: #4E6212; }
span { border-color: rgb(78,98,18); }
td.TdClassName
{
border-color: #4E6212;
}
.TagClassName
{
border-color: #4E6212;
}
</style>