Shades of Army green #4E4D16
Tints of Army green #4E4D16
RGB
CMYK
RGB Variations
Color information
#4E4D16 (or 0x4E4D16) is known color: Army green. HEX triplet: 4E, 4D and 16. RGB value is (78,77,22). Sum of RGB (Red+Green+Blue) = 78+77+22=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E4D16 is #B1B2E9. Grayscale: #474747. Windows color (decimal): -11645674 or 1461582. OLE color: 1461582.
HSL color Cylindrical-coordinate representation of color #4E4D16: hue angle of 58.93º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E4D16 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 77 | 22 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.69 |
| HSL | 58.93º | 0.56% | 0.2% | - |
| HSV(B) | 58.93º | 0.72% | 0.31% | - |
| XYZ | 5.94 | 6.99 | 1.79 | - |
| YUV | 71.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 77 | 22 | 0 | 0.01 | 0.72 | 0.69 | 58.93 | 0.56 | 0.2 |
| Hex | 4E | 4D | 16 | 0 | 1 | 48 | 45 | 3B | 38 | 14 |
| Octal | 116 | 115 | 26 | 0 | 1 | 110 | 105 | 73 | 70 | 24 |
| Binary | 1001110 | 1001101 | 10110 | 0 | 1 | 1001000 | 1000101 | 111011 | 111000 | 10100 |
Color Harmonies of #4E4D16
Complementary color
Monochromatic Colors of #4E4D16
Black with #4E4D16
Text Example
Text Example
White with #4E4D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4D16; }
p { color: rgb(78,77,22); }
H1.HeaderClassName
{
color: #4E4D16;
}
.AnyTagClassName
{
color: #4E4D16;
}
</style>
background-color css
<style>
a { background-color: #4E4D16; }
a { background-color: rgb(78,77,22); }
div.DivClassName
{
background-color: #4E4D16;
}
.BgClassName
{
background-color: #4E4D16;
}
</style>
border-color css
<style>
span { border-color: #4E4D16; }
span { border-color: rgb(78,77,22); }
td.TdClassName
{
border-color: #4E4D16;
}
.TagClassName
{
border-color: #4E4D16;
}
</style>