Shades of Verdun Green #4D5609
Tints of Verdun Green #4D5609
RGB
CMYK
RGB Variations
Color information
#4D5609 (or 0x4D5609) is known color: Verdun Green. HEX triplet: 4D, 56 and 09. RGB value is (77,86,9). Sum of RGB (Red+Green+Blue) = 77+86+9=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 86 (33.98% from 255 or 50% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 86 - color contains mainly: green. Hex color #4D5609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5609 is #B2A9F6. Grayscale: #4A4A4A. Windows color (decimal): -11708919 or 611917. OLE color: 611917.
HSL color Cylindrical-coordinate representation of color #4D5609: hue angle of 67.01º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D5609 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 86 | 9 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.66 |
| HSL | 67.01º | 0.81% | 0.19% | - |
| HSV(B) | 67.01º | 0.9% | 0.34% | - |
| XYZ | 6.44 | 8.25 | 1.51 | - |
| YUV | 74.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 86 | 9 | 0.10 | 0 | 0.90 | 0.66 | 67.01 | 0.81 | 0.19 |
| Hex | 4D | 56 | 9 | A | 0 | 5A | 42 | 43 | 51 | 13 |
| Octal | 115 | 126 | 11 | 12 | 0 | 132 | 102 | 103 | 121 | 23 |
| Binary | 1001101 | 1010110 | 1001 | 1010 | 0 | 1011010 | 1000010 | 1000011 | 1010001 | 10011 |
Color Harmonies of #4D5609
Complementary color
Monochromatic Colors of #4D5609
Black with #4D5609
Text Example
Text Example
White with #4D5609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5609; }
p { color: rgb(77,86,9); }
H1.HeaderClassName
{
color: #4D5609;
}
.AnyTagClassName
{
color: #4D5609;
}
</style>
background-color css
<style>
a { background-color: #4D5609; }
a { background-color: rgb(77,86,9); }
div.DivClassName
{
background-color: #4D5609;
}
.BgClassName
{
background-color: #4D5609;
}
</style>
border-color css
<style>
span { border-color: #4D5609; }
span { border-color: rgb(77,86,9); }
td.TdClassName
{
border-color: #4D5609;
}
.TagClassName
{
border-color: #4D5609;
}
</style>