Shades of Army green #4E5628
Tints of Army green #4E5628
RGB
CMYK
RGB Variations
Color information
#4E5628 (or 0x4E5628) is known color: Army green. HEX triplet: 4E, 56 and 28. RGB value is (78,86,40). Sum of RGB (Red+Green+Blue) = 78+86+40=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 86 - color contains mainly: green. Hex color #4E5628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5628 is #B1A9D7. Grayscale: #4E4E4E. Windows color (decimal): -11643352 or 2643534. OLE color: 2643534.
HSL color Cylindrical-coordinate representation of color #4E5628: hue angle of 70.43º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E5628 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 86 | 40 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.66 |
| HSL | 70.43º | 0.37% | 0.25% | - |
| HSV(B) | 70.43º | 0.53% | 0.34% | - |
| XYZ | 6.85 | 8.43 | 3.27 | - |
| YUV | 78.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 86 | 40 | 0.09 | 0 | 0.53 | 0.66 | 70.43 | 0.37 | 0.25 |
| Hex | 4E | 56 | 28 | 9 | 0 | 35 | 42 | 46 | 25 | 19 |
| Octal | 116 | 126 | 50 | 11 | 0 | 65 | 102 | 106 | 45 | 31 |
| Binary | 1001110 | 1010110 | 101000 | 1001 | 0 | 110101 | 1000010 | 1000110 | 100101 | 11001 |
Color Harmonies of #4E5628
Complementary color
Monochromatic Colors of #4E5628
Black with #4E5628
Text Example
Text Example
White with #4E5628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5628; }
p { color: rgb(78,86,40); }
H1.HeaderClassName
{
color: #4E5628;
}
.AnyTagClassName
{
color: #4E5628;
}
</style>
background-color css
<style>
a { background-color: #4E5628; }
a { background-color: rgb(78,86,40); }
div.DivClassName
{
background-color: #4E5628;
}
.BgClassName
{
background-color: #4E5628;
}
</style>
border-color css
<style>
span { border-color: #4E5628; }
span { border-color: rgb(78,86,40); }
td.TdClassName
{
border-color: #4E5628;
}
.TagClassName
{
border-color: #4E5628;
}
</style>