Shades of Verdun Green #4C6417
Tints of Verdun Green #4C6417
RGB
CMYK
RGB Variations
Color information
#4C6417 (or 0x4C6417) is known color: Verdun Green. HEX triplet: 4C, 64 and 17. RGB value is (76,100,23). Sum of RGB (Red+Green+Blue) = 76+100+23=199 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.19% from 199); Green value is 100 (39.45% from 255 or 50.25% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 100 - color contains mainly: green. Hex color #4C6417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6417 is #B39BE8. Grayscale: #545454. Windows color (decimal): -11770857 or 1533004. OLE color: 1533004.
HSL color Cylindrical-coordinate representation of color #4C6417: hue angle of 78.7º 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 #4C6417 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 100 | 23 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.61 |
| HSL | 78.7º | 0.63% | 0.24% | - |
| HSV(B) | 78.7º | 0.77% | 0.39% | - |
| XYZ | 7.69 | 10.71 | 2.47 | - |
| YUV | 84.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 100 | 23 | 0.24 | 0 | 0.77 | 0.61 | 78.7 | 0.63 | 0.24 |
| Hex | 4C | 64 | 17 | 18 | 0 | 4D | 3D | 4F | 3F | 18 |
| Octal | 114 | 144 | 27 | 30 | 0 | 115 | 75 | 117 | 77 | 30 |
| Binary | 1001100 | 1100100 | 10111 | 11000 | 0 | 1001101 | 111101 | 1001111 | 111111 | 11000 |
Color Harmonies of #4C6417
Complementary color
Monochromatic Colors of #4C6417
Black with #4C6417
Text Example
Text Example
White with #4C6417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6417; }
p { color: rgb(76,100,23); }
H1.HeaderClassName
{
color: #4C6417;
}
.AnyTagClassName
{
color: #4C6417;
}
</style>
background-color css
<style>
a { background-color: #4C6417; }
a { background-color: rgb(76,100,23); }
div.DivClassName
{
background-color: #4C6417;
}
.BgClassName
{
background-color: #4C6417;
}
</style>
border-color css
<style>
span { border-color: #4C6417; }
span { border-color: rgb(76,100,23); }
td.TdClassName
{
border-color: #4C6417;
}
.TagClassName
{
border-color: #4C6417;
}
</style>