Shades of Verdun Green #4D5A14
Tints of Verdun Green #4D5A14
RGB
CMYK
RGB Variations
Color information
#4D5A14 (or 0x4D5A14) is known color: Verdun Green. HEX triplet: 4D, 5A and 14. RGB value is (77,90,20). Sum of RGB (Red+Green+Blue) = 77+90+20=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 90 (35.55% from 255 or 48.13% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5A14 is #B2A5EB. Grayscale: #4E4E4E. Windows color (decimal): -11707884 or 1333837. OLE color: 1333837.
HSL color Cylindrical-coordinate representation of color #4D5A14: hue angle of 71.14º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D5A14 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 90 | 20 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.65 |
| HSL | 71.14º | 0.64% | 0.22% | - |
| HSV(B) | 71.14º | 0.78% | 0.35% | - |
| XYZ | 6.84 | 8.94 | 2.03 | - |
| YUV | 78.13 | 95.19 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 90 | 20 | 0.14 | 0 | 0.78 | 0.65 | 71.14 | 0.64 | 0.22 |
| Hex | 4D | 5A | 14 | E | 0 | 4E | 41 | 47 | 40 | 16 |
| Octal | 115 | 132 | 24 | 16 | 0 | 116 | 101 | 107 | 100 | 26 |
| Binary | 1001101 | 1011010 | 10100 | 1110 | 0 | 1001110 | 1000001 | 1000111 | 1000000 | 10110 |
Color Harmonies of #4D5A14
Complementary color
Monochromatic Colors of #4D5A14
Black with #4D5A14
Text Example
Text Example
White with #4D5A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5A14; }
p { color: rgb(77,90,20); }
H1.HeaderClassName
{
color: #4D5A14;
}
.AnyTagClassName
{
color: #4D5A14;
}
</style>
background-color css
<style>
a { background-color: #4D5A14; }
a { background-color: rgb(77,90,20); }
div.DivClassName
{
background-color: #4D5A14;
}
.BgClassName
{
background-color: #4D5A14;
}
</style>
border-color css
<style>
span { border-color: #4D5A14; }
span { border-color: rgb(77,90,20); }
td.TdClassName
{
border-color: #4D5A14;
}
.TagClassName
{
border-color: #4D5A14;
}
</style>