Shades of Verdun Green #4D6417
Tints of Verdun Green #4D6417
RGB
CMYK
RGB Variations
Color information
#4D6417 (or 0x4D6417) is known color: Verdun Green. HEX triplet: 4D, 64 and 17. RGB value is (77,100,23). Sum of RGB (Red+Green+Blue) = 77+100+23=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 100 (39.45% from 255 or 50% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 100 - color contains mainly: green. Hex color #4D6417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6417 is #B29BE8. Grayscale: #545454. Windows color (decimal): -11705321 or 1533005. OLE color: 1533005.
HSL color Cylindrical-coordinate representation of color #4D6417: hue angle of 77.92º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D6417 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 100 | 23 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.61 |
| HSL | 77.92º | 0.63% | 0.24% | - |
| HSV(B) | 77.92º | 0.77% | 0.39% | - |
| XYZ | 7.77 | 10.75 | 2.48 | - |
| YUV | 84.35 | 93.38 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 23 | 0.23 | 0 | 0.77 | 0.61 | 77.92 | 0.63 | 0.24 |
| Hex | 4D | 64 | 17 | 17 | 0 | 4D | 3D | 4E | 3F | 18 |
| Octal | 115 | 144 | 27 | 27 | 0 | 115 | 75 | 116 | 77 | 30 |
| Binary | 1001101 | 1100100 | 10111 | 10111 | 0 | 1001101 | 111101 | 1001110 | 111111 | 11000 |
Color Harmonies of #4D6417
Complementary color
Monochromatic Colors of #4D6417
Black with #4D6417
Text Example
Text Example
White with #4D6417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6417; }
p { color: rgb(77,100,23); }
H1.HeaderClassName
{
color: #4D6417;
}
.AnyTagClassName
{
color: #4D6417;
}
</style>
background-color css
<style>
a { background-color: #4D6417; }
a { background-color: rgb(77,100,23); }
div.DivClassName
{
background-color: #4D6417;
}
.BgClassName
{
background-color: #4D6417;
}
</style>
border-color css
<style>
span { border-color: #4D6417; }
span { border-color: rgb(77,100,23); }
td.TdClassName
{
border-color: #4D6417;
}
.TagClassName
{
border-color: #4D6417;
}
</style>