Shades of Verdun Green #4C640A
Tints of Verdun Green #4C640A
RGB
CMYK
RGB Variations
Color information
#4C640A (or 0x4C640A) is known color: Verdun Green. HEX triplet: 4C, 64 and 0A. RGB value is (76,100,10). Sum of RGB (Red+Green+Blue) = 76+100+10=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 100 (39.45% from 255 or 53.76% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 100 - color contains mainly: green. Hex color #4C640A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C640A is #B39BF5. Grayscale: #525252. Windows color (decimal): -11770870 or 681036. OLE color: 681036.
HSL color Cylindrical-coordinate representation of color #4C640A: hue angle of 76º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C640A is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 100 | 10 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.61 |
| HSL | 76º | 0.82% | 0.22% | - |
| HSV(B) | 76º | 0.9% | 0.39% | - |
| XYZ | 7.59 | 10.67 | 1.95 | - |
| YUV | 82.56 | 87.05 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 100 | 10 | 0.24 | 0 | 0.90 | 0.61 | 76 | 0.82 | 0.22 |
| Hex | 4C | 64 | A | 18 | 0 | 5A | 3D | 4C | 52 | 16 |
| Octal | 114 | 144 | 12 | 30 | 0 | 132 | 75 | 114 | 122 | 26 |
| Binary | 1001100 | 1100100 | 1010 | 11000 | 0 | 1011010 | 111101 | 1001100 | 1010010 | 10110 |
Color Harmonies of #4C640A
Complementary color
Monochromatic Colors of #4C640A
Black with #4C640A
Text Example
Text Example
White with #4C640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C640A; }
p { color: rgb(76,100,10); }
H1.HeaderClassName
{
color: #4C640A;
}
.AnyTagClassName
{
color: #4C640A;
}
</style>
background-color css
<style>
a { background-color: #4C640A; }
a { background-color: rgb(76,100,10); }
div.DivClassName
{
background-color: #4C640A;
}
.BgClassName
{
background-color: #4C640A;
}
</style>
border-color css
<style>
span { border-color: #4C640A; }
span { border-color: rgb(76,100,10); }
td.TdClassName
{
border-color: #4C640A;
}
.TagClassName
{
border-color: #4C640A;
}
</style>