Shades of Verdun Green #4D5A19
Tints of Verdun Green #4D5A19
RGB
CMYK
RGB Variations
Color information
#4D5A19 (or 0x4D5A19) is known color: Verdun Green. HEX triplet: 4D, 5A and 19. RGB value is (77,90,25). Sum of RGB (Red+Green+Blue) = 77+90+25=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5A19 is #B2A5E6. Grayscale: #4E4E4E. Windows color (decimal): -11707879 or 1661517. OLE color: 1661517.
HSL color Cylindrical-coordinate representation of color #4D5A19: hue angle of 72º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D5A19 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 90 | 25 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.65 |
| HSL | 72º | 0.57% | 0.23% | - |
| HSV(B) | 72º | 0.72% | 0.35% | - |
| XYZ | 6.89 | 8.96 | 2.29 | - |
| YUV | 78.7 | 97.69 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 90 | 25 | 0.14 | 0 | 0.72 | 0.65 | 72 | 0.57 | 0.23 |
| Hex | 4D | 5A | 19 | E | 0 | 48 | 41 | 48 | 39 | 17 |
| Octal | 115 | 132 | 31 | 16 | 0 | 110 | 101 | 110 | 71 | 27 |
| Binary | 1001101 | 1011010 | 11001 | 1110 | 0 | 1001000 | 1000001 | 1001000 | 111001 | 10111 |
Color Harmonies of #4D5A19
Complementary color
Monochromatic Colors of #4D5A19
Black with #4D5A19
Text Example
Text Example
White with #4D5A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5A19; }
p { color: rgb(77,90,25); }
H1.HeaderClassName
{
color: #4D5A19;
}
.AnyTagClassName
{
color: #4D5A19;
}
</style>
background-color css
<style>
a { background-color: #4D5A19; }
a { background-color: rgb(77,90,25); }
div.DivClassName
{
background-color: #4D5A19;
}
.BgClassName
{
background-color: #4D5A19;
}
</style>
border-color css
<style>
span { border-color: #4D5A19; }
span { border-color: rgb(77,90,25); }
td.TdClassName
{
border-color: #4D5A19;
}
.TagClassName
{
border-color: #4D5A19;
}
</style>