Shades of Verdun Green #4C4810
Tints of Verdun Green #4C4810
RGB
CMYK
RGB Variations
Color information
#4C4810 (or 0x4C4810) is known color: Verdun Green. HEX triplet: 4C, 48 and 10. RGB value is (76,72,16). Sum of RGB (Red+Green+Blue) = 76+72+16=164 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.34% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4810 is #B3B7EF. Grayscale: #434343. Windows color (decimal): -11778032 or 1067084. OLE color: 1067084.
HSL color Cylindrical-coordinate representation of color #4C4810: hue angle of 56º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C4810 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 72 | 16 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.70 |
| HSL | 56º | 0.65% | 0.18% | - |
| HSV(B) | 56º | 0.79% | 0.3% | - |
| XYZ | 5.39 | 6.21 | 1.4 | - |
| YUV | 66.81 | 99.33 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 16 | 0 | 0.05 | 0.79 | 0.70 | 56 | 0.65 | 0.18 |
| Hex | 4C | 48 | 10 | 0 | 5 | 4F | 46 | 38 | 41 | 12 |
| Octal | 114 | 110 | 20 | 0 | 5 | 117 | 106 | 70 | 101 | 22 |
| Binary | 1001100 | 1001000 | 10000 | 0 | 101 | 1001111 | 1000110 | 111000 | 1000001 | 10010 |
Color Harmonies of #4C4810
Complementary color
Monochromatic Colors of #4C4810
Black with #4C4810
Text Example
Text Example
White with #4C4810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4810; }
p { color: rgb(76,72,16); }
H1.HeaderClassName
{
color: #4C4810;
}
.AnyTagClassName
{
color: #4C4810;
}
</style>
background-color css
<style>
a { background-color: #4C4810; }
a { background-color: rgb(76,72,16); }
div.DivClassName
{
background-color: #4C4810;
}
.BgClassName
{
background-color: #4C4810;
}
</style>
border-color css
<style>
span { border-color: #4C4810; }
span { border-color: rgb(76,72,16); }
td.TdClassName
{
border-color: #4C4810;
}
.TagClassName
{
border-color: #4C4810;
}
</style>