Shades of Army green #4D5120
Tints of Army green #4D5120
RGB
CMYK
RGB Variations
Color information
#4D5120 (or 0x4D5120) is known color: Army green. HEX triplet: 4D, 51 and 20. RGB value is (77,81,32). Sum of RGB (Red+Green+Blue) = 77+81+32=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 81 - color contains mainly: green. Hex color #4D5120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5120 is #B2AEDF. Grayscale: #4A4A4A. Windows color (decimal): -11710176 or 2117965. OLE color: 2117965.
HSL color Cylindrical-coordinate representation of color #4D5120: hue angle of 64.9º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D5120 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 81 | 32 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.68 |
| HSL | 64.9º | 0.43% | 0.22% | - |
| HSV(B) | 64.9º | 0.6% | 0.32% | - |
| XYZ | 6.26 | 7.57 | 2.5 | - |
| YUV | 74.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 32 | 0.05 | 0 | 0.60 | 0.68 | 64.9 | 0.43 | 0.22 |
| Hex | 4D | 51 | 20 | 5 | 0 | 3C | 44 | 41 | 2B | 16 |
| Octal | 115 | 121 | 40 | 5 | 0 | 74 | 104 | 101 | 53 | 26 |
| Binary | 1001101 | 1010001 | 100000 | 101 | 0 | 111100 | 1000100 | 1000001 | 101011 | 10110 |
Color Harmonies of #4D5120
Complementary color
Monochromatic Colors of #4D5120
Black with #4D5120
Text Example
Text Example
White with #4D5120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5120; }
p { color: rgb(77,81,32); }
H1.HeaderClassName
{
color: #4D5120;
}
.AnyTagClassName
{
color: #4D5120;
}
</style>
background-color css
<style>
a { background-color: #4D5120; }
a { background-color: rgb(77,81,32); }
div.DivClassName
{
background-color: #4D5120;
}
.BgClassName
{
background-color: #4D5120;
}
</style>
border-color css
<style>
span { border-color: #4D5120; }
span { border-color: rgb(77,81,32); }
td.TdClassName
{
border-color: #4D5120;
}
.TagClassName
{
border-color: #4D5120;
}
</style>