Shades of Verdun Green #4D6217
Tints of Verdun Green #4D6217
RGB
CMYK
RGB Variations
Color information
#4D6217 (or 0x4D6217) is known color: Verdun Green. HEX triplet: 4D, 62 and 17. RGB value is (77,98,23). Sum of RGB (Red+Green+Blue) = 77+98+23=198 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.89% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #4D6217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6217 is #B29DE8. Grayscale: #535353. Windows color (decimal): -11705833 or 1532493. OLE color: 1532493.
HSL color Cylindrical-coordinate representation of color #4D6217: hue angle of 76.8º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D6217 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 98 | 23 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.62 |
| HSL | 76.8º | 0.62% | 0.24% | - |
| HSV(B) | 76.8º | 0.77% | 0.38% | - |
| XYZ | 7.58 | 10.38 | 2.41 | - |
| YUV | 83.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 23 | 0.21 | 0 | 0.77 | 0.62 | 76.8 | 0.62 | 0.24 |
| Hex | 4D | 62 | 17 | 15 | 0 | 4D | 3E | 4D | 3E | 18 |
| Octal | 115 | 142 | 27 | 25 | 0 | 115 | 76 | 115 | 76 | 30 |
| Binary | 1001101 | 1100010 | 10111 | 10101 | 0 | 1001101 | 111110 | 1001101 | 111110 | 11000 |
Color Harmonies of #4D6217
Complementary color
Monochromatic Colors of #4D6217
Black with #4D6217
Text Example
Text Example
White with #4D6217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6217; }
p { color: rgb(77,98,23); }
H1.HeaderClassName
{
color: #4D6217;
}
.AnyTagClassName
{
color: #4D6217;
}
</style>
background-color css
<style>
a { background-color: #4D6217; }
a { background-color: rgb(77,98,23); }
div.DivClassName
{
background-color: #4D6217;
}
.BgClassName
{
background-color: #4D6217;
}
</style>
border-color css
<style>
span { border-color: #4D6217; }
span { border-color: rgb(77,98,23); }
td.TdClassName
{
border-color: #4D6217;
}
.TagClassName
{
border-color: #4D6217;
}
</style>