Shades of Verdun Green #4D5D0A
Tints of Verdun Green #4D5D0A
RGB
CMYK
RGB Variations
Color information
#4D5D0A (or 0x4D5D0A) is known color: Verdun Green. HEX triplet: 4D, 5D and 0A. RGB value is (77,93,10). Sum of RGB (Red+Green+Blue) = 77+93+10=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 93 (36.72% from 255 or 51.67% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 93 - color contains mainly: green. Hex color #4D5D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5D0A is #B2A2F5. Grayscale: #4F4F4F. Windows color (decimal): -11707126 or 679245. OLE color: 679245.
HSL color Cylindrical-coordinate representation of color #4D5D0A: hue angle of 71.57º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D5D0A is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 93 | 10 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.64 |
| HSL | 71.57º | 0.81% | 0.2% | - |
| HSV(B) | 71.57º | 0.89% | 0.36% | - |
| XYZ | 7.03 | 9.43 | 1.74 | - |
| YUV | 78.75 | 89.2 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 93 | 10 | 0.17 | 0 | 0.89 | 0.64 | 71.57 | 0.81 | 0.2 |
| Hex | 4D | 5D | A | 11 | 0 | 59 | 40 | 48 | 51 | 14 |
| Octal | 115 | 135 | 12 | 21 | 0 | 131 | 100 | 110 | 121 | 24 |
| Binary | 1001101 | 1011101 | 1010 | 10001 | 0 | 1011001 | 1000000 | 1001000 | 1010001 | 10100 |
Color Harmonies of #4D5D0A
Complementary color
Monochromatic Colors of #4D5D0A
Black with #4D5D0A
Text Example
Text Example
White with #4D5D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5D0A; }
p { color: rgb(77,93,10); }
H1.HeaderClassName
{
color: #4D5D0A;
}
.AnyTagClassName
{
color: #4D5D0A;
}
</style>
background-color css
<style>
a { background-color: #4D5D0A; }
a { background-color: rgb(77,93,10); }
div.DivClassName
{
background-color: #4D5D0A;
}
.BgClassName
{
background-color: #4D5D0A;
}
</style>
border-color css
<style>
span { border-color: #4D5D0A; }
span { border-color: rgb(77,93,10); }
td.TdClassName
{
border-color: #4D5D0A;
}
.TagClassName
{
border-color: #4D5D0A;
}
</style>