Shades of Verdun Green #4D5113
Tints of Verdun Green #4D5113
RGB
CMYK
RGB Variations
Color information
#4D5113 (or 0x4D5113) is known color: Verdun Green. HEX triplet: 4D, 51 and 13. RGB value is (77,81,19). Sum of RGB (Red+Green+Blue) = 77+81+19=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #4D5113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5113 is #B2AEEC. Grayscale: #484848. Windows color (decimal): -11710189 or 1265997. OLE color: 1265997.
HSL color Cylindrical-coordinate representation of color #4D5113: hue angle of 63.87º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D5113 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 81 | 19 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.68 |
| HSL | 63.87º | 0.62% | 0.2% | - |
| HSV(B) | 63.87º | 0.77% | 0.32% | - |
| XYZ | 6.12 | 7.51 | 1.74 | - |
| YUV | 72.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 19 | 0.05 | 0 | 0.77 | 0.68 | 63.87 | 0.62 | 0.2 |
| Hex | 4D | 51 | 13 | 5 | 0 | 4D | 44 | 40 | 3E | 14 |
| Octal | 115 | 121 | 23 | 5 | 0 | 115 | 104 | 100 | 76 | 24 |
| Binary | 1001101 | 1010001 | 10011 | 101 | 0 | 1001101 | 1000100 | 1000000 | 111110 | 10100 |
Color Harmonies of #4D5113
Complementary color
Monochromatic Colors of #4D5113
Black with #4D5113
Text Example
Text Example
White with #4D5113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5113; }
p { color: rgb(77,81,19); }
H1.HeaderClassName
{
color: #4D5113;
}
.AnyTagClassName
{
color: #4D5113;
}
</style>
background-color css
<style>
a { background-color: #4D5113; }
a { background-color: rgb(77,81,19); }
div.DivClassName
{
background-color: #4D5113;
}
.BgClassName
{
background-color: #4D5113;
}
</style>
border-color css
<style>
span { border-color: #4D5113; }
span { border-color: rgb(77,81,19); }
td.TdClassName
{
border-color: #4D5113;
}
.TagClassName
{
border-color: #4D5113;
}
</style>