Shades of Verdun Green #4D4E14
Tints of Verdun Green #4D4E14
RGB
CMYK
RGB Variations
Color information
#4D4E14 (or 0x4D4E14) is known color: Verdun Green. HEX triplet: 4D, 4E and 14. RGB value is (77,78,20). Sum of RGB (Red+Green+Blue) = 77+78+20=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 78 - color contains mainly: green. Hex color #4D4E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D4E14 is #B2B1EB. Grayscale: #474747. Windows color (decimal): -11710956 or 1330765. OLE color: 1330765.
HSL color Cylindrical-coordinate representation of color #4D4E14: hue angle of 61.03º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D4E14 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 78 | 20 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.69 |
| HSL | 61.03º | 0.59% | 0.19% | - |
| HSV(B) | 61.03º | 0.74% | 0.31% | - |
| XYZ | 5.91 | 7.08 | 1.72 | - |
| YUV | 71.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 78 | 20 | 0.01 | 0 | 0.74 | 0.69 | 61.03 | 0.59 | 0.19 |
| Hex | 4D | 4E | 14 | 1 | 0 | 4A | 45 | 3D | 3B | 13 |
| Octal | 115 | 116 | 24 | 1 | 0 | 112 | 105 | 75 | 73 | 23 |
| Binary | 1001101 | 1001110 | 10100 | 1 | 0 | 1001010 | 1000101 | 111101 | 111011 | 10011 |
Color Harmonies of #4D4E14
Complementary color
Monochromatic Colors of #4D4E14
Black with #4D4E14
Text Example
Text Example
White with #4D4E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4E14; }
p { color: rgb(77,78,20); }
H1.HeaderClassName
{
color: #4D4E14;
}
.AnyTagClassName
{
color: #4D4E14;
}
</style>
background-color css
<style>
a { background-color: #4D4E14; }
a { background-color: rgb(77,78,20); }
div.DivClassName
{
background-color: #4D4E14;
}
.BgClassName
{
background-color: #4D4E14;
}
</style>
border-color css
<style>
span { border-color: #4D4E14; }
span { border-color: rgb(77,78,20); }
td.TdClassName
{
border-color: #4D4E14;
}
.TagClassName
{
border-color: #4D4E14;
}
</style>