Shades of Verdun Green #4D5410
Tints of Verdun Green #4D5410
RGB
CMYK
RGB Variations
Color information
#4D5410 (or 0x4D5410) is known color: Verdun Green. HEX triplet: 4D, 54 and 10. RGB value is (77,84,16). Sum of RGB (Red+Green+Blue) = 77+84+16=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5410 is #B2ABEF. Grayscale: #4A4A4A. Windows color (decimal): -11709424 or 1070157. OLE color: 1070157.
HSL color Cylindrical-coordinate representation of color #4D5410: hue angle of 66.18º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D5410 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 16 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.67 |
| HSL | 66.18º | 0.68% | 0.2% | - |
| HSV(B) | 66.18º | 0.81% | 0.33% | - |
| XYZ | 6.32 | 7.96 | 1.69 | - |
| YUV | 74.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 16 | 0.08 | 0 | 0.81 | 0.67 | 66.18 | 0.68 | 0.2 |
| Hex | 4D | 54 | 10 | 8 | 0 | 51 | 43 | 42 | 44 | 14 |
| Octal | 115 | 124 | 20 | 10 | 0 | 121 | 103 | 102 | 104 | 24 |
| Binary | 1001101 | 1010100 | 10000 | 1000 | 0 | 1010001 | 1000011 | 1000010 | 1000100 | 10100 |
Color Harmonies of #4D5410
Complementary color
Monochromatic Colors of #4D5410
Black with #4D5410
Text Example
Text Example
White with #4D5410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5410; }
p { color: rgb(77,84,16); }
H1.HeaderClassName
{
color: #4D5410;
}
.AnyTagClassName
{
color: #4D5410;
}
</style>
background-color css
<style>
a { background-color: #4D5410; }
a { background-color: rgb(77,84,16); }
div.DivClassName
{
background-color: #4D5410;
}
.BgClassName
{
background-color: #4D5410;
}
</style>
border-color css
<style>
span { border-color: #4D5410; }
span { border-color: rgb(77,84,16); }
td.TdClassName
{
border-color: #4D5410;
}
.TagClassName
{
border-color: #4D5410;
}
</style>