Shades of Verdun Green #4D570E
Tints of Verdun Green #4D570E
RGB
CMYK
RGB Variations
Color information
#4D570E (or 0x4D570E) is known color: Verdun Green. HEX triplet: 4D, 57 and 0E. RGB value is (77,87,14). Sum of RGB (Red+Green+Blue) = 77+87+14=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 87 (34.38% from 255 or 48.88% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 87 - color contains mainly: green. Hex color #4D570E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D570E is #B2A8F1. Grayscale: #4B4B4B. Windows color (decimal): -11708658 or 939853. OLE color: 939853.
HSL color Cylindrical-coordinate representation of color #4D570E: hue angle of 68.22º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D570E is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 87 | 14 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.66 |
| HSL | 68.22º | 0.72% | 0.2% | - |
| HSV(B) | 68.22º | 0.84% | 0.34% | - |
| XYZ | 6.55 | 8.43 | 1.7 | - |
| YUV | 75.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 14 | 0.11 | 0 | 0.84 | 0.66 | 68.22 | 0.72 | 0.2 |
| Hex | 4D | 57 | E | B | 0 | 54 | 42 | 44 | 48 | 14 |
| Octal | 115 | 127 | 16 | 13 | 0 | 124 | 102 | 104 | 110 | 24 |
| Binary | 1001101 | 1010111 | 1110 | 1011 | 0 | 1010100 | 1000010 | 1000100 | 1001000 | 10100 |
Color Harmonies of #4D570E
Complementary color
Monochromatic Colors of #4D570E
Black with #4D570E
Text Example
Text Example
White with #4D570E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D570E; }
p { color: rgb(77,87,14); }
H1.HeaderClassName
{
color: #4D570E;
}
.AnyTagClassName
{
color: #4D570E;
}
</style>
background-color css
<style>
a { background-color: #4D570E; }
a { background-color: rgb(77,87,14); }
div.DivClassName
{
background-color: #4D570E;
}
.BgClassName
{
background-color: #4D570E;
}
</style>
border-color css
<style>
span { border-color: #4D570E; }
span { border-color: rgb(77,87,14); }
td.TdClassName
{
border-color: #4D570E;
}
.TagClassName
{
border-color: #4D570E;
}
</style>