Shades of Army green #4C5722
Tints of Army green #4C5722
RGB
CMYK
RGB Variations
Color information
#4C5722 (or 0x4C5722) is known color: Army green. HEX triplet: 4C, 57 and 22. RGB value is (76,87,34). Sum of RGB (Red+Green+Blue) = 76+87+34=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 87 - color contains mainly: green. Hex color #4C5722 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5722 is #B3A8DD. Grayscale: #4D4D4D. Windows color (decimal): -11774174 or 2250572. OLE color: 2250572.
HSL color Cylindrical-coordinate representation of color #4C5722: hue angle of 72.45º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C5722 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 87 | 34 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.66 |
| HSL | 72.45º | 0.44% | 0.24% | - |
| HSV(B) | 72.45º | 0.61% | 0.34% | - |
| XYZ | 6.68 | 8.47 | 2.8 | - |
| YUV | 77.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 87 | 34 | 0.13 | 0 | 0.61 | 0.66 | 72.45 | 0.44 | 0.24 |
| Hex | 4C | 57 | 22 | D | 0 | 3D | 42 | 48 | 2C | 18 |
| Octal | 114 | 127 | 42 | 15 | 0 | 75 | 102 | 110 | 54 | 30 |
| Binary | 1001100 | 1010111 | 100010 | 1101 | 0 | 111101 | 1000010 | 1001000 | 101100 | 11000 |
Color Harmonies of #4C5722
Complementary color
Monochromatic Colors of #4C5722
Black with #4C5722
Text Example
Text Example
White with #4C5722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5722; }
p { color: rgb(76,87,34); }
H1.HeaderClassName
{
color: #4C5722;
}
.AnyTagClassName
{
color: #4C5722;
}
</style>
background-color css
<style>
a { background-color: #4C5722; }
a { background-color: rgb(76,87,34); }
div.DivClassName
{
background-color: #4C5722;
}
.BgClassName
{
background-color: #4C5722;
}
</style>
border-color css
<style>
span { border-color: #4C5722; }
span { border-color: rgb(76,87,34); }
td.TdClassName
{
border-color: #4C5722;
}
.TagClassName
{
border-color: #4C5722;
}
</style>