Shades of Army green #4D5122
Tints of Army green #4D5122
RGB
CMYK
RGB Variations
Color information
#4D5122 (or 0x4D5122) is known color: Army green. HEX triplet: 4D, 51 and 22. RGB value is (77,81,34). Sum of RGB (Red+Green+Blue) = 77+81+34=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 34 (13.67% from 255 or 17.71% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #4D5122 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5122 is #B2AEDD. Grayscale: #4A4A4A. Windows color (decimal): -11710174 or 2249037. OLE color: 2249037.
HSL color Cylindrical-coordinate representation of color #4D5122: hue angle of 65.11º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D5122 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 81 | 34 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.68 |
| HSL | 65.11º | 0.41% | 0.23% | - |
| HSV(B) | 65.11º | 0.58% | 0.32% | - |
| XYZ | 6.29 | 7.58 | 2.64 | - |
| YUV | 74.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 34 | 0.05 | 0 | 0.58 | 0.68 | 65.11 | 0.41 | 0.23 |
| Hex | 4D | 51 | 22 | 5 | 0 | 3A | 44 | 41 | 29 | 17 |
| Octal | 115 | 121 | 42 | 5 | 0 | 72 | 104 | 101 | 51 | 27 |
| Binary | 1001101 | 1010001 | 100010 | 101 | 0 | 111010 | 1000100 | 1000001 | 101001 | 10111 |
Color Harmonies of #4D5122
Complementary color
Monochromatic Colors of #4D5122
Black with #4D5122
Text Example
Text Example
White with #4D5122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5122; }
p { color: rgb(77,81,34); }
H1.HeaderClassName
{
color: #4D5122;
}
.AnyTagClassName
{
color: #4D5122;
}
</style>
background-color css
<style>
a { background-color: #4D5122; }
a { background-color: rgb(77,81,34); }
div.DivClassName
{
background-color: #4D5122;
}
.BgClassName
{
background-color: #4D5122;
}
</style>
border-color css
<style>
span { border-color: #4D5122; }
span { border-color: rgb(77,81,34); }
td.TdClassName
{
border-color: #4D5122;
}
.TagClassName
{
border-color: #4D5122;
}
</style>