Shades of Army green #4C5829
Tints of Army green #4C5829
RGB
CMYK
RGB Variations
Color information
#4C5829 (or 0x4C5829) is known color: Army green. HEX triplet: 4C, 58 and 29. RGB value is (76,88,41). Sum of RGB (Red+Green+Blue) = 76+88+41=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 88 - color contains mainly: green. Hex color #4C5829 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5829 is #B3A7D6. Grayscale: #4F4F4F. Windows color (decimal): -11773911 or 2709580. OLE color: 2709580.
HSL color Cylindrical-coordinate representation of color #4C5829: hue angle of 75.32º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C5829 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 88 | 41 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.65 |
| HSL | 75.32º | 0.36% | 0.25% | - |
| HSV(B) | 75.32º | 0.53% | 0.35% | - |
| XYZ | 6.87 | 8.68 | 3.41 | - |
| YUV | 79.05 | 106.52 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 41 | 0.14 | 0 | 0.53 | 0.65 | 75.32 | 0.36 | 0.25 |
| Hex | 4C | 58 | 29 | E | 0 | 35 | 41 | 4B | 24 | 19 |
| Octal | 114 | 130 | 51 | 16 | 0 | 65 | 101 | 113 | 44 | 31 |
| Binary | 1001100 | 1011000 | 101001 | 1110 | 0 | 110101 | 1000001 | 1001011 | 100100 | 11001 |
Color Harmonies of #4C5829
Complementary color
Monochromatic Colors of #4C5829
Black with #4C5829
Text Example
Text Example
White with #4C5829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5829; }
p { color: rgb(76,88,41); }
H1.HeaderClassName
{
color: #4C5829;
}
.AnyTagClassName
{
color: #4C5829;
}
</style>
background-color css
<style>
a { background-color: #4C5829; }
a { background-color: rgb(76,88,41); }
div.DivClassName
{
background-color: #4C5829;
}
.BgClassName
{
background-color: #4C5829;
}
</style>
border-color css
<style>
span { border-color: #4C5829; }
span { border-color: rgb(76,88,41); }
td.TdClassName
{
border-color: #4C5829;
}
.TagClassName
{
border-color: #4C5829;
}
</style>