Shades of Verdun Green #4C690A
Tints of Verdun Green #4C690A
RGB
CMYK
RGB Variations
Color information
#4C690A (or 0x4C690A) is known color: Verdun Green. HEX triplet: 4C, 69 and 0A. RGB value is (76,105,10). Sum of RGB (Red+Green+Blue) = 76+105+10=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 105 (41.41% from 255 or 54.97% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 105 - color contains mainly: green. Hex color #4C690A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C690A is #B396F5. Grayscale: #555555. Windows color (decimal): -11769590 or 682316. OLE color: 682316.
HSL color Cylindrical-coordinate representation of color #4C690A: hue angle of 78.32º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C690A is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 105 | 10 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.59 |
| HSL | 78.32º | 0.83% | 0.23% | - |
| HSV(B) | 78.32º | 0.9% | 0.41% | - |
| XYZ | 8.09 | 11.66 | 2.11 | - |
| YUV | 85.5 | 85.39 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 105 | 10 | 0.28 | 0 | 0.90 | 0.59 | 78.32 | 0.83 | 0.23 |
| Hex | 4C | 69 | A | 1C | 0 | 5A | 3B | 4E | 53 | 17 |
| Octal | 114 | 151 | 12 | 34 | 0 | 132 | 73 | 116 | 123 | 27 |
| Binary | 1001100 | 1101001 | 1010 | 11100 | 0 | 1011010 | 111011 | 1001110 | 1010011 | 10111 |
Color Harmonies of #4C690A
Complementary color
Monochromatic Colors of #4C690A
Black with #4C690A
Text Example
Text Example
White with #4C690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C690A; }
p { color: rgb(76,105,10); }
H1.HeaderClassName
{
color: #4C690A;
}
.AnyTagClassName
{
color: #4C690A;
}
</style>
background-color css
<style>
a { background-color: #4C690A; }
a { background-color: rgb(76,105,10); }
div.DivClassName
{
background-color: #4C690A;
}
.BgClassName
{
background-color: #4C690A;
}
</style>
border-color css
<style>
span { border-color: #4C690A; }
span { border-color: rgb(76,105,10); }
td.TdClassName
{
border-color: #4C690A;
}
.TagClassName
{
border-color: #4C690A;
}
</style>