Shades of Verdun Green #4D5711
Tints of Verdun Green #4D5711
RGB
CMYK
RGB Variations
Color information
#4D5711 (or 0x4D5711) is known color: Verdun Green. HEX triplet: 4D, 57 and 11. RGB value is (77,87,17). Sum of RGB (Red+Green+Blue) = 77+87+17=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 87 (34.38% from 255 or 48.07% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 87 - color contains mainly: green. Hex color #4D5711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5711 is #B2A8EE. Grayscale: #4C4C4C. Windows color (decimal): -11708655 or 1136461. OLE color: 1136461.
HSL color Cylindrical-coordinate representation of color #4D5711: hue angle of 68.57º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D5711 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 87 | 17 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.66 |
| HSL | 68.57º | 0.67% | 0.2% | - |
| HSV(B) | 68.57º | 0.8% | 0.34% | - |
| XYZ | 6.57 | 8.43 | 1.81 | - |
| YUV | 76.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 17 | 0.11 | 0 | 0.80 | 0.66 | 68.57 | 0.67 | 0.2 |
| Hex | 4D | 57 | 11 | B | 0 | 50 | 42 | 45 | 43 | 14 |
| Octal | 115 | 127 | 21 | 13 | 0 | 120 | 102 | 105 | 103 | 24 |
| Binary | 1001101 | 1010111 | 10001 | 1011 | 0 | 1010000 | 1000010 | 1000101 | 1000011 | 10100 |
Color Harmonies of #4D5711
Complementary color
Monochromatic Colors of #4D5711
Black with #4D5711
Text Example
Text Example
White with #4D5711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5711; }
p { color: rgb(77,87,17); }
H1.HeaderClassName
{
color: #4D5711;
}
.AnyTagClassName
{
color: #4D5711;
}
</style>
background-color css
<style>
a { background-color: #4D5711; }
a { background-color: rgb(77,87,17); }
div.DivClassName
{
background-color: #4D5711;
}
.BgClassName
{
background-color: #4D5711;
}
</style>
border-color css
<style>
span { border-color: #4D5711; }
span { border-color: rgb(77,87,17); }
td.TdClassName
{
border-color: #4D5711;
}
.TagClassName
{
border-color: #4D5711;
}
</style>