Shades of Army green #4E5429
Tints of Army green #4E5429
RGB
CMYK
RGB Variations
Color information
#4E5429 (or 0x4E5429) is known color: Army green. HEX triplet: 4E, 54 and 29. RGB value is (78,84,41). Sum of RGB (Red+Green+Blue) = 78+84+41=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #4E5429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5429 is #B1ABD6. Grayscale: #4D4D4D. Windows color (decimal): -11643863 or 2708558. OLE color: 2708558.
HSL color Cylindrical-coordinate representation of color #4E5429: hue angle of 68.37º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E5429 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 84 | 41 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.67 |
| HSL | 68.37º | 0.34% | 0.25% | - |
| HSV(B) | 68.37º | 0.51% | 0.33% | - |
| XYZ | 6.71 | 8.12 | 3.31 | - |
| YUV | 77.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 84 | 41 | 0.07 | 0 | 0.51 | 0.67 | 68.37 | 0.34 | 0.25 |
| Hex | 4E | 54 | 29 | 7 | 0 | 33 | 43 | 44 | 22 | 19 |
| Octal | 116 | 124 | 51 | 7 | 0 | 63 | 103 | 104 | 42 | 31 |
| Binary | 1001110 | 1010100 | 101001 | 111 | 0 | 110011 | 1000011 | 1000100 | 100010 | 11001 |
Color Harmonies of #4E5429
Complementary color
Monochromatic Colors of #4E5429
Black with #4E5429
Text Example
Text Example
White with #4E5429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5429; }
p { color: rgb(78,84,41); }
H1.HeaderClassName
{
color: #4E5429;
}
.AnyTagClassName
{
color: #4E5429;
}
</style>
background-color css
<style>
a { background-color: #4E5429; }
a { background-color: rgb(78,84,41); }
div.DivClassName
{
background-color: #4E5429;
}
.BgClassName
{
background-color: #4E5429;
}
</style>
border-color css
<style>
span { border-color: #4E5429; }
span { border-color: rgb(78,84,41); }
td.TdClassName
{
border-color: #4E5429;
}
.TagClassName
{
border-color: #4E5429;
}
</style>