Shades of Verdun Green #4A7206
Tints of Verdun Green #4A7206
RGB
CMYK
RGB Variations
Color information
#4A7206 (or 0x4A7206) is known color: Verdun Green. HEX triplet: 4A, 72 and 06. RGB value is (74,114,6). Sum of RGB (Red+Green+Blue) = 74+114+6=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 114 (44.92% from 255 or 58.76% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 114 - color contains mainly: green. Hex color #4A7206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7206 is #B58DF9. Grayscale: #5A5A5A. Windows color (decimal): -11898362 or 422474. OLE color: 422474.
HSL color Cylindrical-coordinate representation of color #4A7206: hue angle of 82.22º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A7206 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 114 | 6 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.55 |
| HSL | 82.22º | 0.9% | 0.24% | - |
| HSV(B) | 82.22º | 0.95% | 0.45% | - |
| XYZ | 8.87 | 13.5 | 2.31 | - |
| YUV | 89.73 | 80.75 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 114 | 6 | 0.35 | 0 | 0.95 | 0.55 | 82.22 | 0.9 | 0.24 |
| Hex | 4A | 72 | 6 | 23 | 0 | 5F | 37 | 52 | 5A | 18 |
| Octal | 112 | 162 | 6 | 43 | 0 | 137 | 67 | 122 | 132 | 30 |
| Binary | 1001010 | 1110010 | 110 | 100011 | 0 | 1011111 | 110111 | 1010010 | 1011010 | 11000 |
Color Harmonies of #4A7206
Complementary color
Monochromatic Colors of #4A7206
Black with #4A7206
Text Example
Text Example
White with #4A7206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7206; }
p { color: rgb(74,114,6); }
H1.HeaderClassName
{
color: #4A7206;
}
.AnyTagClassName
{
color: #4A7206;
}
</style>
background-color css
<style>
a { background-color: #4A7206; }
a { background-color: rgb(74,114,6); }
div.DivClassName
{
background-color: #4A7206;
}
.BgClassName
{
background-color: #4A7206;
}
</style>
border-color css
<style>
span { border-color: #4A7206; }
span { border-color: rgb(74,114,6); }
td.TdClassName
{
border-color: #4A7206;
}
.TagClassName
{
border-color: #4A7206;
}
</style>