Shades of Army green #4C5725
Tints of Army green #4C5725
RGB
CMYK
RGB Variations
Color information
#4C5725 (or 0x4C5725) is known color: Army green. HEX triplet: 4C, 57 and 25. RGB value is (76,87,37). Sum of RGB (Red+Green+Blue) = 76+87+37=200 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 87 - color contains mainly: green. Hex color #4C5725 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5725 is #B3A8DA. Grayscale: #4E4E4E. Windows color (decimal): -11774171 or 2447180. OLE color: 2447180.
HSL color Cylindrical-coordinate representation of color #4C5725: hue angle of 73.2º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C5725 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 87 | 37 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.66 |
| HSL | 73.2º | 0.4% | 0.24% | - |
| HSV(B) | 73.2º | 0.57% | 0.34% | - |
| XYZ | 6.72 | 8.49 | 3.03 | - |
| YUV | 78.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 87 | 37 | 0.13 | 0 | 0.57 | 0.66 | 73.2 | 0.4 | 0.24 |
| Hex | 4C | 57 | 25 | D | 0 | 39 | 42 | 49 | 28 | 18 |
| Octal | 114 | 127 | 45 | 15 | 0 | 71 | 102 | 111 | 50 | 30 |
| Binary | 1001100 | 1010111 | 100101 | 1101 | 0 | 111001 | 1000010 | 1001001 | 101000 | 11000 |
Color Harmonies of #4C5725
Complementary color
Monochromatic Colors of #4C5725
Black with #4C5725
Text Example
Text Example
White with #4C5725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5725; }
p { color: rgb(76,87,37); }
H1.HeaderClassName
{
color: #4C5725;
}
.AnyTagClassName
{
color: #4C5725;
}
</style>
background-color css
<style>
a { background-color: #4C5725; }
a { background-color: rgb(76,87,37); }
div.DivClassName
{
background-color: #4C5725;
}
.BgClassName
{
background-color: #4C5725;
}
</style>
border-color css
<style>
span { border-color: #4C5725; }
span { border-color: rgb(76,87,37); }
td.TdClassName
{
border-color: #4C5725;
}
.TagClassName
{
border-color: #4C5725;
}
</style>