Shades of Army green #4C5828
Tints of Army green #4C5828
RGB
CMYK
RGB Variations
Color information
#4C5828 (or 0x4C5828) is known color: Army green. HEX triplet: 4C, 58 and 28. RGB value is (76,88,40). Sum of RGB (Red+Green+Blue) = 76+88+40=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 88 - color contains mainly: green. Hex color #4C5828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5828 is #B3A7D7. Grayscale: #4F4F4F. Windows color (decimal): -11773912 or 2644044. OLE color: 2644044.
HSL color Cylindrical-coordinate representation of color #4C5828: hue angle of 75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C5828 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 88 | 40 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.65 |
| HSL | 75º | 0.38% | 0.25% | - |
| HSV(B) | 75º | 0.55% | 0.35% | - |
| XYZ | 6.85 | 8.67 | 3.32 | - |
| YUV | 78.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 40 | 0.14 | 0 | 0.55 | 0.65 | 75 | 0.38 | 0.25 |
| Hex | 4C | 58 | 28 | E | 0 | 37 | 41 | 4B | 26 | 19 |
| Octal | 114 | 130 | 50 | 16 | 0 | 67 | 101 | 113 | 46 | 31 |
| Binary | 1001100 | 1011000 | 101000 | 1110 | 0 | 110111 | 1000001 | 1001011 | 100110 | 11001 |
Color Harmonies of #4C5828
Complementary color
Monochromatic Colors of #4C5828
Black with #4C5828
Text Example
Text Example
White with #4C5828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5828; }
p { color: rgb(76,88,40); }
H1.HeaderClassName
{
color: #4C5828;
}
.AnyTagClassName
{
color: #4C5828;
}
</style>
background-color css
<style>
a { background-color: #4C5828; }
a { background-color: rgb(76,88,40); }
div.DivClassName
{
background-color: #4C5828;
}
.BgClassName
{
background-color: #4C5828;
}
</style>
border-color css
<style>
span { border-color: #4C5828; }
span { border-color: rgb(76,88,40); }
td.TdClassName
{
border-color: #4C5828;
}
.TagClassName
{
border-color: #4C5828;
}
</style>