Shades of Verdun Green #4D500F
Tints of Verdun Green #4D500F
RGB
CMYK
RGB Variations
Color information
#4D500F (or 0x4D500F) is known color: Verdun Green. HEX triplet: 4D, 50 and 0F. RGB value is (77,80,15). Sum of RGB (Red+Green+Blue) = 77+80+15=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #4D500F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D500F is #B2AFF0. Grayscale: #474747. Windows color (decimal): -11710449 or 1003597. OLE color: 1003597.
HSL color Cylindrical-coordinate representation of color #4D500F: hue angle of 62.77º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D500F is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 80 | 15 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.69 |
| HSL | 62.77º | 0.68% | 0.19% | - |
| HSV(B) | 62.77º | 0.81% | 0.31% | - |
| XYZ | 6.02 | 7.35 | 1.55 | - |
| YUV | 71.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 15 | 0.04 | 0 | 0.81 | 0.69 | 62.77 | 0.68 | 0.19 |
| Hex | 4D | 50 | F | 4 | 0 | 51 | 45 | 3F | 44 | 13 |
| Octal | 115 | 120 | 17 | 4 | 0 | 121 | 105 | 77 | 104 | 23 |
| Binary | 1001101 | 1010000 | 1111 | 100 | 0 | 1010001 | 1000101 | 111111 | 1000100 | 10011 |
Color Harmonies of #4D500F
Complementary color
Monochromatic Colors of #4D500F
Black with #4D500F
Text Example
Text Example
White with #4D500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D500F; }
p { color: rgb(77,80,15); }
H1.HeaderClassName
{
color: #4D500F;
}
.AnyTagClassName
{
color: #4D500F;
}
</style>
background-color css
<style>
a { background-color: #4D500F; }
a { background-color: rgb(77,80,15); }
div.DivClassName
{
background-color: #4D500F;
}
.BgClassName
{
background-color: #4D500F;
}
</style>
border-color css
<style>
span { border-color: #4D500F; }
span { border-color: rgb(77,80,15); }
td.TdClassName
{
border-color: #4D500F;
}
.TagClassName
{
border-color: #4D500F;
}
</style>