Shades of Verdun Green #4D6317
Tints of Verdun Green #4D6317
RGB
CMYK
RGB Variations
Color information
#4D6317 (or 0x4D6317) is known color: Verdun Green. HEX triplet: 4D, 63 and 17. RGB value is (77,99,23). Sum of RGB (Red+Green+Blue) = 77+99+23=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #4D6317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6317 is #B29CE8. Grayscale: #545454. Windows color (decimal): -11705577 or 1532749. OLE color: 1532749.
HSL color Cylindrical-coordinate representation of color #4D6317: hue angle of 77.37º degrees, saturation: 0.62, 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 #4D6317 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 23 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.61 |
| HSL | 77.37º | 0.62% | 0.24% | - |
| HSV(B) | 77.37º | 0.77% | 0.39% | - |
| XYZ | 7.68 | 10.56 | 2.44 | - |
| YUV | 83.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 23 | 0.22 | 0 | 0.77 | 0.61 | 77.37 | 0.62 | 0.24 |
| Hex | 4D | 63 | 17 | 16 | 0 | 4D | 3D | 4D | 3E | 18 |
| Octal | 115 | 143 | 27 | 26 | 0 | 115 | 75 | 115 | 76 | 30 |
| Binary | 1001101 | 1100011 | 10111 | 10110 | 0 | 1001101 | 111101 | 1001101 | 111110 | 11000 |
Color Harmonies of #4D6317
Complementary color
Monochromatic Colors of #4D6317
Black with #4D6317
Text Example
Text Example
White with #4D6317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6317; }
p { color: rgb(77,99,23); }
H1.HeaderClassName
{
color: #4D6317;
}
.AnyTagClassName
{
color: #4D6317;
}
</style>
background-color css
<style>
a { background-color: #4D6317; }
a { background-color: rgb(77,99,23); }
div.DivClassName
{
background-color: #4D6317;
}
.BgClassName
{
background-color: #4D6317;
}
</style>
border-color css
<style>
span { border-color: #4D6317; }
span { border-color: rgb(77,99,23); }
td.TdClassName
{
border-color: #4D6317;
}
.TagClassName
{
border-color: #4D6317;
}
</style>