Shades of Verdun Green #4C6911
Tints of Verdun Green #4C6911
RGB
CMYK
RGB Variations
Color information
#4C6911 (or 0x4C6911) is known color: Verdun Green. HEX triplet: 4C, 69 and 11. RGB value is (76,105,17). Sum of RGB (Red+Green+Blue) = 76+105+17=198 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.38% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #4C6911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6911 is #B396EE. Grayscale: #565656. Windows color (decimal): -11769583 or 1141068. OLE color: 1141068.
HSL color Cylindrical-coordinate representation of color #4C6911: hue angle of 79.77º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C6911 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 105 | 17 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.59 |
| HSL | 79.77º | 0.72% | 0.24% | - |
| HSV(B) | 79.77º | 0.84% | 0.41% | - |
| XYZ | 8.13 | 11.68 | 2.36 | - |
| YUV | 86.3 | 88.89 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 105 | 17 | 0.28 | 0 | 0.84 | 0.59 | 79.77 | 0.72 | 0.24 |
| Hex | 4C | 69 | 11 | 1C | 0 | 54 | 3B | 50 | 48 | 18 |
| Octal | 114 | 151 | 21 | 34 | 0 | 124 | 73 | 120 | 110 | 30 |
| Binary | 1001100 | 1101001 | 10001 | 11100 | 0 | 1010100 | 111011 | 1010000 | 1001000 | 11000 |
Color Harmonies of #4C6911
Complementary color
Monochromatic Colors of #4C6911
Black with #4C6911
Text Example
Text Example
White with #4C6911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6911; }
p { color: rgb(76,105,17); }
H1.HeaderClassName
{
color: #4C6911;
}
.AnyTagClassName
{
color: #4C6911;
}
</style>
background-color css
<style>
a { background-color: #4C6911; }
a { background-color: rgb(76,105,17); }
div.DivClassName
{
background-color: #4C6911;
}
.BgClassName
{
background-color: #4C6911;
}
</style>
border-color css
<style>
span { border-color: #4C6911; }
span { border-color: rgb(76,105,17); }
td.TdClassName
{
border-color: #4C6911;
}
.TagClassName
{
border-color: #4C6911;
}
</style>