Shades of Verdun Green #4A7106
Tints of Verdun Green #4A7106
RGB
CMYK
RGB Variations
Color information
#4A7106 (or 0x4A7106) is known color: Verdun Green. HEX triplet: 4A, 71 and 06. RGB value is (74,113,6). Sum of RGB (Red+Green+Blue) = 74+113+6=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #4A7106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7106 is #B58EF9. Grayscale: #595959. Windows color (decimal): -11898618 or 422218. OLE color: 422218.
HSL color Cylindrical-coordinate representation of color #4A7106: hue angle of 81.87º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A7106 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 113 | 6 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.56 |
| HSL | 81.87º | 0.9% | 0.23% | - |
| HSV(B) | 81.87º | 0.95% | 0.44% | - |
| XYZ | 8.76 | 13.28 | 2.27 | - |
| YUV | 89.14 | 81.08 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 113 | 6 | 0.35 | 0 | 0.95 | 0.56 | 81.87 | 0.9 | 0.23 |
| Hex | 4A | 71 | 6 | 23 | 0 | 5F | 38 | 52 | 5A | 17 |
| Octal | 112 | 161 | 6 | 43 | 0 | 137 | 70 | 122 | 132 | 27 |
| Binary | 1001010 | 1110001 | 110 | 100011 | 0 | 1011111 | 111000 | 1010010 | 1011010 | 10111 |
Color Harmonies of #4A7106
Complementary color
Monochromatic Colors of #4A7106
Black with #4A7106
Text Example
Text Example
White with #4A7106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7106; }
p { color: rgb(74,113,6); }
H1.HeaderClassName
{
color: #4A7106;
}
.AnyTagClassName
{
color: #4A7106;
}
</style>
background-color css
<style>
a { background-color: #4A7106; }
a { background-color: rgb(74,113,6); }
div.DivClassName
{
background-color: #4A7106;
}
.BgClassName
{
background-color: #4A7106;
}
</style>
border-color css
<style>
span { border-color: #4A7106; }
span { border-color: rgb(74,113,6); }
td.TdClassName
{
border-color: #4A7106;
}
.TagClassName
{
border-color: #4A7106;
}
</style>