Shades of Verdun Green #4A690E
Tints of Verdun Green #4A690E
RGB
CMYK
RGB Variations
Color information
#4A690E (or 0x4A690E) is known color: Verdun Green. HEX triplet: 4A, 69 and 0E. RGB value is (74,105,14). Sum of RGB (Red+Green+Blue) = 74+105+14=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #4A690E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A690E is #B596F1. Grayscale: #555555. Windows color (decimal): -11900658 or 944458. OLE color: 944458.
HSL color Cylindrical-coordinate representation of color #4A690E: hue angle of 80.44º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A690E is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 105 | 14 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.59 |
| HSL | 80.44º | 0.76% | 0.23% | - |
| HSV(B) | 80.44º | 0.87% | 0.41% | - |
| XYZ | 7.95 | 11.59 | 2.23 | - |
| YUV | 85.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 14 | 0.30 | 0 | 0.87 | 0.59 | 80.44 | 0.76 | 0.23 |
| Hex | 4A | 69 | E | 1E | 0 | 57 | 3B | 50 | 4C | 17 |
| Octal | 112 | 151 | 16 | 36 | 0 | 127 | 73 | 120 | 114 | 27 |
| Binary | 1001010 | 1101001 | 1110 | 11110 | 0 | 1010111 | 111011 | 1010000 | 1001100 | 10111 |
Color Harmonies of #4A690E
Complementary color
Monochromatic Colors of #4A690E
Black with #4A690E
Text Example
Text Example
White with #4A690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A690E; }
p { color: rgb(74,105,14); }
H1.HeaderClassName
{
color: #4A690E;
}
.AnyTagClassName
{
color: #4A690E;
}
</style>
background-color css
<style>
a { background-color: #4A690E; }
a { background-color: rgb(74,105,14); }
div.DivClassName
{
background-color: #4A690E;
}
.BgClassName
{
background-color: #4A690E;
}
</style>
border-color css
<style>
span { border-color: #4A690E; }
span { border-color: rgb(74,105,14); }
td.TdClassName
{
border-color: #4A690E;
}
.TagClassName
{
border-color: #4A690E;
}
</style>