Shades of Verdun Green #4D500A
Tints of Verdun Green #4D500A
RGB
CMYK
RGB Variations
Color information
#4D500A (or 0x4D500A) is known color: Verdun Green. HEX triplet: 4D, 50 and 0A. RGB value is (77,80,10). Sum of RGB (Red+Green+Blue) = 77+80+10=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #4D500A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D500A is #B2AFF5. Grayscale: #474747. Windows color (decimal): -11710454 or 675917. OLE color: 675917.
HSL color Cylindrical-coordinate representation of color #4D500A: hue angle of 62.57º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D500A is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 80 | 10 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.69 |
| HSL | 62.57º | 0.78% | 0.18% | - |
| HSV(B) | 62.57º | 0.88% | 0.31% | - |
| XYZ | 5.98 | 7.34 | 1.39 | - |
| YUV | 71.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 10 | 0.04 | 0 | 0.87 | 0.69 | 62.57 | 0.78 | 0.18 |
| Hex | 4D | 50 | A | 4 | 0 | 57 | 45 | 3F | 4E | 12 |
| Octal | 115 | 120 | 12 | 4 | 0 | 127 | 105 | 77 | 116 | 22 |
| Binary | 1001101 | 1010000 | 1010 | 100 | 0 | 1010111 | 1000101 | 111111 | 1001110 | 10010 |
Color Harmonies of #4D500A
Complementary color
Monochromatic Colors of #4D500A
Black with #4D500A
Text Example
Text Example
White with #4D500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D500A; }
p { color: rgb(77,80,10); }
H1.HeaderClassName
{
color: #4D500A;
}
.AnyTagClassName
{
color: #4D500A;
}
</style>
background-color css
<style>
a { background-color: #4D500A; }
a { background-color: rgb(77,80,10); }
div.DivClassName
{
background-color: #4D500A;
}
.BgClassName
{
background-color: #4D500A;
}
</style>
border-color css
<style>
span { border-color: #4D500A; }
span { border-color: rgb(77,80,10); }
td.TdClassName
{
border-color: #4D500A;
}
.TagClassName
{
border-color: #4D500A;
}
</style>