Shades of Army green #4D5622
Tints of Army green #4D5622
RGB
CMYK
RGB Variations
Color information
#4D5622 (or 0x4D5622) is known color: Army green. HEX triplet: 4D, 56 and 22. RGB value is (77,86,34). Sum of RGB (Red+Green+Blue) = 77+86+34=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 86 - color contains mainly: green. Hex color #4D5622 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5622 is #B2A9DD. Grayscale: #4D4D4D. Windows color (decimal): -11708894 or 2250317. OLE color: 2250317.
HSL color Cylindrical-coordinate representation of color #4D5622: hue angle of 70.38º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D5622 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 86 | 34 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.66 |
| HSL | 70.38º | 0.43% | 0.24% | - |
| HSV(B) | 70.38º | 0.6% | 0.34% | - |
| XYZ | 6.68 | 8.35 | 2.77 | - |
| YUV | 77.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 86 | 34 | 0.10 | 0 | 0.60 | 0.66 | 70.38 | 0.43 | 0.24 |
| Hex | 4D | 56 | 22 | A | 0 | 3C | 42 | 46 | 2B | 18 |
| Octal | 115 | 126 | 42 | 12 | 0 | 74 | 102 | 106 | 53 | 30 |
| Binary | 1001101 | 1010110 | 100010 | 1010 | 0 | 111100 | 1000010 | 1000110 | 101011 | 11000 |
Color Harmonies of #4D5622
Complementary color
Monochromatic Colors of #4D5622
Black with #4D5622
Text Example
Text Example
White with #4D5622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5622; }
p { color: rgb(77,86,34); }
H1.HeaderClassName
{
color: #4D5622;
}
.AnyTagClassName
{
color: #4D5622;
}
</style>
background-color css
<style>
a { background-color: #4D5622; }
a { background-color: rgb(77,86,34); }
div.DivClassName
{
background-color: #4D5622;
}
.BgClassName
{
background-color: #4D5622;
}
</style>
border-color css
<style>
span { border-color: #4D5622; }
span { border-color: rgb(77,86,34); }
td.TdClassName
{
border-color: #4D5622;
}
.TagClassName
{
border-color: #4D5622;
}
</style>