Shades of Verdun Green #4E4903
Tints of Verdun Green #4E4903
RGB
CMYK
RGB Variations
Color information
#4E4903 (or 0x4E4903) is known color: Verdun Green. HEX triplet: 4E, 49 and 03. RGB value is (78,73,3). Sum of RGB (Red+Green+Blue) = 78+73+3=154 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.65% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4903 is #B1B6FC. Grayscale: #424242. Windows color (decimal): -11646717 or 215374. OLE color: 215374.
HSL color Cylindrical-coordinate representation of color #4E4903: hue angle of 56º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E4903 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 73 | 3 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.69 |
| HSL | 56º | 0.93% | 0.16% | - |
| HSV(B) | 56º | 0.96% | 0.31% | - |
| XYZ | 5.54 | 6.39 | 1.03 | - |
| YUV | 66.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 73 | 3 | 0 | 0.06 | 0.96 | 0.69 | 56 | 0.93 | 0.16 |
| Hex | 4E | 49 | 3 | 0 | 6 | 60 | 45 | 38 | 5D | 10 |
| Octal | 116 | 111 | 3 | 0 | 6 | 140 | 105 | 70 | 135 | 20 |
| Binary | 1001110 | 1001001 | 11 | 0 | 110 | 1100000 | 1000101 | 111000 | 1011101 | 10000 |
Color Harmonies of #4E4903
Complementary color
Monochromatic Colors of #4E4903
Black with #4E4903
Text Example
Text Example
White with #4E4903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4903; }
p { color: rgb(78,73,3); }
H1.HeaderClassName
{
color: #4E4903;
}
.AnyTagClassName
{
color: #4E4903;
}
</style>
background-color css
<style>
a { background-color: #4E4903; }
a { background-color: rgb(78,73,3); }
div.DivClassName
{
background-color: #4E4903;
}
.BgClassName
{
background-color: #4E4903;
}
</style>
border-color css
<style>
span { border-color: #4E4903; }
span { border-color: rgb(78,73,3); }
td.TdClassName
{
border-color: #4E4903;
}
.TagClassName
{
border-color: #4E4903;
}
</style>