Shades of Army green #4C5429
Tints of Army green #4C5429
RGB
CMYK
RGB Variations
Color information
#4C5429 (or 0x4C5429) is known color: Army green. HEX triplet: 4C, 54 and 29. RGB value is (76,84,41). Sum of RGB (Red+Green+Blue) = 76+84+41=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5429 is #B3ABD6. Grayscale: #4C4C4C. Windows color (decimal): -11774935 or 2708556. OLE color: 2708556.
HSL color Cylindrical-coordinate representation of color #4C5429: hue angle of 71.16º 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 #4C5429 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 84 | 41 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.67 |
| HSL | 71.16º | 0.34% | 0.25% | - |
| HSV(B) | 71.16º | 0.51% | 0.33% | - |
| XYZ | 6.55 | 8.04 | 3.3 | - |
| YUV | 76.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 84 | 41 | 0.10 | 0 | 0.51 | 0.67 | 71.16 | 0.34 | 0.25 |
| Hex | 4C | 54 | 29 | A | 0 | 33 | 43 | 47 | 22 | 19 |
| Octal | 114 | 124 | 51 | 12 | 0 | 63 | 103 | 107 | 42 | 31 |
| Binary | 1001100 | 1010100 | 101001 | 1010 | 0 | 110011 | 1000011 | 1000111 | 100010 | 11001 |
Color Harmonies of #4C5429
Complementary color
Monochromatic Colors of #4C5429
Black with #4C5429
Text Example
Text Example
White with #4C5429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5429; }
p { color: rgb(76,84,41); }
H1.HeaderClassName
{
color: #4C5429;
}
.AnyTagClassName
{
color: #4C5429;
}
</style>
background-color css
<style>
a { background-color: #4C5429; }
a { background-color: rgb(76,84,41); }
div.DivClassName
{
background-color: #4C5429;
}
.BgClassName
{
background-color: #4C5429;
}
</style>
border-color css
<style>
span { border-color: #4C5429; }
span { border-color: rgb(76,84,41); }
td.TdClassName
{
border-color: #4C5429;
}
.TagClassName
{
border-color: #4C5429;
}
</style>