Shades of Verdun Green #4E4901
Tints of Verdun Green #4E4901
RGB
CMYK
RGB Variations
Color information
#4E4901 (or 0x4E4901) is known color: Verdun Green. HEX triplet: 4E, 49 and 01. RGB value is (78,73,1). Sum of RGB (Red+Green+Blue) = 78+73+1=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4901 is #B1B6FE. Grayscale: #424242. Windows color (decimal): -11646719 or 84302. OLE color: 84302.
HSL color Cylindrical-coordinate representation of color #4E4901: hue angle of 56.1º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E4901 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 73 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.69 |
| HSL | 56.1º | 0.97% | 0.15% | - |
| HSV(B) | 56.1º | 0.99% | 0.31% | - |
| XYZ | 5.53 | 6.39 | 0.97 | - |
| YUV | 66.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 73 | 1 | 0 | 0.06 | 0.99 | 0.69 | 56.1 | 0.97 | 0.15 |
| Hex | 4E | 49 | 1 | 0 | 6 | 63 | 45 | 38 | 61 | F |
| Octal | 116 | 111 | 1 | 0 | 6 | 143 | 105 | 70 | 141 | 17 |
| Binary | 1001110 | 1001001 | 1 | 0 | 110 | 1100011 | 1000101 | 111000 | 1100001 | 1111 |
Color Harmonies of #4E4901
Complementary color
Monochromatic Colors of #4E4901
Black with #4E4901
Text Example
Text Example
White with #4E4901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4901; }
p { color: rgb(78,73,1); }
H1.HeaderClassName
{
color: #4E4901;
}
.AnyTagClassName
{
color: #4E4901;
}
</style>
background-color css
<style>
a { background-color: #4E4901; }
a { background-color: rgb(78,73,1); }
div.DivClassName
{
background-color: #4E4901;
}
.BgClassName
{
background-color: #4E4901;
}
</style>
border-color css
<style>
span { border-color: #4E4901; }
span { border-color: rgb(78,73,1); }
td.TdClassName
{
border-color: #4E4901;
}
.TagClassName
{
border-color: #4E4901;
}
</style>