Shades of Verdun Green #4E6201
Tints of Verdun Green #4E6201
RGB
CMYK
RGB Variations
Color information
#4E6201 (or 0x4E6201) is known color: Verdun Green. HEX triplet: 4E, 62 and 01. RGB value is (78,98,1). Sum of RGB (Red+Green+Blue) = 78+98+1=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #4E6201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6201 is #B19DFE. Grayscale: #515151. Windows color (decimal): -11640319 or 90702. OLE color: 90702.
HSL color Cylindrical-coordinate representation of color #4E6201: hue angle of 72.37º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E6201 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 98 | 1 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.62 |
| HSL | 72.37º | 0.98% | 0.19% | - |
| HSV(B) | 72.37º | 0.99% | 0.38% | - |
| XYZ | 7.52 | 10.36 | 1.63 | - |
| YUV | 80.96 | 82.87 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 1 | 0.20 | 0 | 0.99 | 0.62 | 72.37 | 0.98 | 0.19 |
| Hex | 4E | 62 | 1 | 14 | 0 | 63 | 3E | 48 | 62 | 13 |
| Octal | 116 | 142 | 1 | 24 | 0 | 143 | 76 | 110 | 142 | 23 |
| Binary | 1001110 | 1100010 | 1 | 10100 | 0 | 1100011 | 111110 | 1001000 | 1100010 | 10011 |
Color Harmonies of #4E6201
Complementary color
Monochromatic Colors of #4E6201
Black with #4E6201
Text Example
Text Example
White with #4E6201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6201; }
p { color: rgb(78,98,1); }
H1.HeaderClassName
{
color: #4E6201;
}
.AnyTagClassName
{
color: #4E6201;
}
</style>
background-color css
<style>
a { background-color: #4E6201; }
a { background-color: rgb(78,98,1); }
div.DivClassName
{
background-color: #4E6201;
}
.BgClassName
{
background-color: #4E6201;
}
</style>
border-color css
<style>
span { border-color: #4E6201; }
span { border-color: rgb(78,98,1); }
td.TdClassName
{
border-color: #4E6201;
}
.TagClassName
{
border-color: #4E6201;
}
</style>