Shades of Verdun Green #4A6411
Tints of Verdun Green #4A6411
RGB
CMYK
RGB Variations
Color information
#4A6411 (or 0x4A6411) is known color: Verdun Green. HEX triplet: 4A, 64 and 11. RGB value is (74,100,17). Sum of RGB (Red+Green+Blue) = 74+100+17=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 100 (39.45% from 255 or 52.36% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 100 - color contains mainly: green. Hex color #4A6411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6411 is #B59BEE. Grayscale: #535353. Windows color (decimal): -11901935 or 1139786. OLE color: 1139786.
HSL color Cylindrical-coordinate representation of color #4A6411: hue angle of 78.8º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A6411 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 100 | 17 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.61 |
| HSL | 78.8º | 0.71% | 0.23% | - |
| HSV(B) | 78.8º | 0.83% | 0.39% | - |
| XYZ | 7.48 | 10.61 | 2.18 | - |
| YUV | 82.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 100 | 17 | 0.26 | 0 | 0.83 | 0.61 | 78.8 | 0.71 | 0.23 |
| Hex | 4A | 64 | 11 | 1A | 0 | 53 | 3D | 4F | 47 | 17 |
| Octal | 112 | 144 | 21 | 32 | 0 | 123 | 75 | 117 | 107 | 27 |
| Binary | 1001010 | 1100100 | 10001 | 11010 | 0 | 1010011 | 111101 | 1001111 | 1000111 | 10111 |
Color Harmonies of #4A6411
Complementary color
Monochromatic Colors of #4A6411
Black with #4A6411
Text Example
Text Example
White with #4A6411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6411; }
p { color: rgb(74,100,17); }
H1.HeaderClassName
{
color: #4A6411;
}
.AnyTagClassName
{
color: #4A6411;
}
</style>
background-color css
<style>
a { background-color: #4A6411; }
a { background-color: rgb(74,100,17); }
div.DivClassName
{
background-color: #4A6411;
}
.BgClassName
{
background-color: #4A6411;
}
</style>
border-color css
<style>
span { border-color: #4A6411; }
span { border-color: rgb(74,100,17); }
td.TdClassName
{
border-color: #4A6411;
}
.TagClassName
{
border-color: #4A6411;
}
</style>