Shades of Verdun Green #4D5116
Tints of Verdun Green #4D5116
RGB
CMYK
RGB Variations
Color information
#4D5116 (or 0x4D5116) is known color: Verdun Green. HEX triplet: 4D, 51 and 16. RGB value is (77,81,22). Sum of RGB (Red+Green+Blue) = 77+81+22=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 81 - color contains mainly: green. Hex color #4D5116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5116 is #B2AEE9. Grayscale: #494949. Windows color (decimal): -11710186 or 1462605. OLE color: 1462605.
HSL color Cylindrical-coordinate representation of color #4D5116: hue angle of 64.07º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D5116 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 81 | 22 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.68 |
| HSL | 64.07º | 0.57% | 0.2% | - |
| HSV(B) | 64.07º | 0.73% | 0.32% | - |
| XYZ | 6.15 | 7.52 | 1.89 | - |
| YUV | 73.08 | 99.17 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 22 | 0.05 | 0 | 0.73 | 0.68 | 64.07 | 0.57 | 0.2 |
| Hex | 4D | 51 | 16 | 5 | 0 | 49 | 44 | 40 | 39 | 14 |
| Octal | 115 | 121 | 26 | 5 | 0 | 111 | 104 | 100 | 71 | 24 |
| Binary | 1001101 | 1010001 | 10110 | 101 | 0 | 1001001 | 1000100 | 1000000 | 111001 | 10100 |
Color Harmonies of #4D5116
Complementary color
Monochromatic Colors of #4D5116
Black with #4D5116
Text Example
Text Example
White with #4D5116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5116; }
p { color: rgb(77,81,22); }
H1.HeaderClassName
{
color: #4D5116;
}
.AnyTagClassName
{
color: #4D5116;
}
</style>
background-color css
<style>
a { background-color: #4D5116; }
a { background-color: rgb(77,81,22); }
div.DivClassName
{
background-color: #4D5116;
}
.BgClassName
{
background-color: #4D5116;
}
</style>
border-color css
<style>
span { border-color: #4D5116; }
span { border-color: rgb(77,81,22); }
td.TdClassName
{
border-color: #4D5116;
}
.TagClassName
{
border-color: #4D5116;
}
</style>