Shades of Verdun Green #4D591B
Tints of Verdun Green #4D591B
RGB
CMYK
RGB Variations
Color information
#4D591B (or 0x4D591B) is known color: Verdun Green. HEX triplet: 4D, 59 and 1B. RGB value is (77,89,27). Sum of RGB (Red+Green+Blue) = 77+89+27=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #4D591B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D591B is #B2A6E4. Grayscale: #4E4E4E. Windows color (decimal): -11708133 or 1792333. OLE color: 1792333.
HSL color Cylindrical-coordinate representation of color #4D591B: hue angle of 71.61º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D591B is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 89 | 27 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.65 |
| HSL | 71.61º | 0.53% | 0.23% | - |
| HSV(B) | 71.61º | 0.7% | 0.35% | - |
| XYZ | 6.83 | 8.8 | 2.38 | - |
| YUV | 78.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 27 | 0.13 | 0 | 0.70 | 0.65 | 71.61 | 0.53 | 0.23 |
| Hex | 4D | 59 | 1B | D | 0 | 46 | 41 | 48 | 35 | 17 |
| Octal | 115 | 131 | 33 | 15 | 0 | 106 | 101 | 110 | 65 | 27 |
| Binary | 1001101 | 1011001 | 11011 | 1101 | 0 | 1000110 | 1000001 | 1001000 | 110101 | 10111 |
Color Harmonies of #4D591B
Complementary color
Monochromatic Colors of #4D591B
Black with #4D591B
Text Example
Text Example
White with #4D591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D591B; }
p { color: rgb(77,89,27); }
H1.HeaderClassName
{
color: #4D591B;
}
.AnyTagClassName
{
color: #4D591B;
}
</style>
background-color css
<style>
a { background-color: #4D591B; }
a { background-color: rgb(77,89,27); }
div.DivClassName
{
background-color: #4D591B;
}
.BgClassName
{
background-color: #4D591B;
}
</style>
border-color css
<style>
span { border-color: #4D591B; }
span { border-color: rgb(77,89,27); }
td.TdClassName
{
border-color: #4D591B;
}
.TagClassName
{
border-color: #4D591B;
}
</style>