Shades of Army green #4E4A11
Tints of Army green #4E4A11
RGB
CMYK
RGB Variations
Color information
#4E4A11 (or 0x4E4A11) is known color: Army green. HEX triplet: 4E, 4A and 11. RGB value is (78,74,17). Sum of RGB (Red+Green+Blue) = 78+74+17=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 74 (29.30% from 255 or 43.79% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4A11 is #B1B5EE. Grayscale: #444444. Windows color (decimal): -11646447 or 1133134. OLE color: 1133134.
HSL color Cylindrical-coordinate representation of color #4E4A11: hue angle of 56.07º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E4A11 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 74 | 17 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.69 |
| HSL | 56.07º | 0.64% | 0.19% | - |
| HSV(B) | 56.07º | 0.78% | 0.31% | - |
| XYZ | 5.69 | 6.56 | 1.5 | - |
| YUV | 68.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 17 | 0 | 0.05 | 0.78 | 0.69 | 56.07 | 0.64 | 0.19 |
| Hex | 4E | 4A | 11 | 0 | 5 | 4E | 45 | 38 | 40 | 13 |
| Octal | 116 | 112 | 21 | 0 | 5 | 116 | 105 | 70 | 100 | 23 |
| Binary | 1001110 | 1001010 | 10001 | 0 | 101 | 1001110 | 1000101 | 111000 | 1000000 | 10011 |
Color Harmonies of #4E4A11
Complementary color
Monochromatic Colors of #4E4A11
Black with #4E4A11
Text Example
Text Example
White with #4E4A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4A11; }
p { color: rgb(78,74,17); }
H1.HeaderClassName
{
color: #4E4A11;
}
.AnyTagClassName
{
color: #4E4A11;
}
</style>
background-color css
<style>
a { background-color: #4E4A11; }
a { background-color: rgb(78,74,17); }
div.DivClassName
{
background-color: #4E4A11;
}
.BgClassName
{
background-color: #4E4A11;
}
</style>
border-color css
<style>
span { border-color: #4E4A11; }
span { border-color: rgb(78,74,17); }
td.TdClassName
{
border-color: #4E4A11;
}
.TagClassName
{
border-color: #4E4A11;
}
</style>