Shades of Verdun Green #4D5409
Tints of Verdun Green #4D5409
RGB
CMYK
RGB Variations
Color information
#4D5409 (or 0x4D5409) is known color: Verdun Green. HEX triplet: 4D, 54 and 09. RGB value is (77,84,9). Sum of RGB (Red+Green+Blue) = 77+84+9=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5409 is #B2ABF6. Grayscale: #494949. Windows color (decimal): -11709431 or 611405. OLE color: 611405.
HSL color Cylindrical-coordinate representation of color #4D5409: hue angle of 65.6º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D5409 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 9 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.67 |
| HSL | 65.6º | 0.81% | 0.18% | - |
| HSV(B) | 65.6º | 0.89% | 0.33% | - |
| XYZ | 6.28 | 7.94 | 1.46 | - |
| YUV | 73.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 9 | 0.08 | 0 | 0.89 | 0.67 | 65.6 | 0.81 | 0.18 |
| Hex | 4D | 54 | 9 | 8 | 0 | 59 | 43 | 42 | 51 | 12 |
| Octal | 115 | 124 | 11 | 10 | 0 | 131 | 103 | 102 | 121 | 22 |
| Binary | 1001101 | 1010100 | 1001 | 1000 | 0 | 1011001 | 1000011 | 1000010 | 1010001 | 10010 |
Color Harmonies of #4D5409
Complementary color
Monochromatic Colors of #4D5409
Black with #4D5409
Text Example
Text Example
White with #4D5409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5409; }
p { color: rgb(77,84,9); }
H1.HeaderClassName
{
color: #4D5409;
}
.AnyTagClassName
{
color: #4D5409;
}
</style>
background-color css
<style>
a { background-color: #4D5409; }
a { background-color: rgb(77,84,9); }
div.DivClassName
{
background-color: #4D5409;
}
.BgClassName
{
background-color: #4D5409;
}
</style>
border-color css
<style>
span { border-color: #4D5409; }
span { border-color: rgb(77,84,9); }
td.TdClassName
{
border-color: #4D5409;
}
.TagClassName
{
border-color: #4D5409;
}
</style>