Shades of Army green #4E591D
Tints of Army green #4E591D
RGB
CMYK
RGB Variations
Color information
#4E591D (or 0x4E591D) is known color: Army green. HEX triplet: 4E, 59 and 1D. RGB value is (78,89,29). Sum of RGB (Red+Green+Blue) = 78+89+29=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #4E591D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E591D is #B1A6E2. Grayscale: #4F4F4F. Windows color (decimal): -11642595 or 1923406. OLE color: 1923406.
HSL color Cylindrical-coordinate representation of color #4E591D: hue angle of 71º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E591D is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 89 | 29 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.65 |
| HSL | 71º | 0.51% | 0.23% | - |
| HSV(B) | 71º | 0.67% | 0.35% | - |
| XYZ | 6.94 | 8.85 | 2.51 | - |
| YUV | 78.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 29 | 0.12 | 0 | 0.67 | 0.65 | 71 | 0.51 | 0.23 |
| Hex | 4E | 59 | 1D | C | 0 | 43 | 41 | 47 | 33 | 17 |
| Octal | 116 | 131 | 35 | 14 | 0 | 103 | 101 | 107 | 63 | 27 |
| Binary | 1001110 | 1011001 | 11101 | 1100 | 0 | 1000011 | 1000001 | 1000111 | 110011 | 10111 |
Color Harmonies of #4E591D
Complementary color
Monochromatic Colors of #4E591D
Black with #4E591D
Text Example
Text Example
White with #4E591D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E591D; }
p { color: rgb(78,89,29); }
H1.HeaderClassName
{
color: #4E591D;
}
.AnyTagClassName
{
color: #4E591D;
}
</style>
background-color css
<style>
a { background-color: #4E591D; }
a { background-color: rgb(78,89,29); }
div.DivClassName
{
background-color: #4E591D;
}
.BgClassName
{
background-color: #4E591D;
}
</style>
border-color css
<style>
span { border-color: #4E591D; }
span { border-color: rgb(78,89,29); }
td.TdClassName
{
border-color: #4E591D;
}
.TagClassName
{
border-color: #4E591D;
}
</style>