Shades of Verdun Green #4D5F14
Tints of Verdun Green #4D5F14
RGB
CMYK
RGB Variations
Color information
#4D5F14 (or 0x4D5F14) is known color: Verdun Green. HEX triplet: 4D, 5F and 14. RGB value is (77,95,20). Sum of RGB (Red+Green+Blue) = 77+95+20=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 95 (37.5% from 255 or 49.48% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 95 - color contains mainly: green. Hex color #4D5F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5F14 is #B2A0EB. Grayscale: #515151. Windows color (decimal): -11706604 or 1335117. OLE color: 1335117.
HSL color Cylindrical-coordinate representation of color #4D5F14: hue angle of 74.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D5F14 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 77 | 95 | 20 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.63 |
| HSL | 74.4º | 0.65% | 0.23% | - |
| HSV(B) | 74.4º | 0.79% | 0.37% | - |
| XYZ | 7.28 | 9.81 | 2.17 | - |
| YUV | 81.07 | 93.54 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 95 | 20 | 0.19 | 0 | 0.79 | 0.63 | 74.4 | 0.65 | 0.23 |
| Hex | 4D | 5F | 14 | 13 | 0 | 4F | 3F | 4A | 41 | 17 |
| Octal | 115 | 137 | 24 | 23 | 0 | 117 | 77 | 112 | 101 | 27 |
| Binary | 1001101 | 1011111 | 10100 | 10011 | 0 | 1001111 | 111111 | 1001010 | 1000001 | 10111 |
Color Harmonies of #4D5F14
Complementary color
Monochromatic Colors of #4D5F14
Black with #4D5F14
Text Example
Text Example
White with #4D5F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5F14; }
p { color: rgb(77,95,20); }
H1.HeaderClassName
{
color: #4D5F14;
}
.AnyTagClassName
{
color: #4D5F14;
}
</style>
background-color css
<style>
a { background-color: #4D5F14; }
a { background-color: rgb(77,95,20); }
div.DivClassName
{
background-color: #4D5F14;
}
.BgClassName
{
background-color: #4D5F14;
}
</style>
border-color css
<style>
span { border-color: #4D5F14; }
span { border-color: rgb(77,95,20); }
td.TdClassName
{
border-color: #4D5F14;
}
.TagClassName
{
border-color: #4D5F14;
}
</style>