Shades of Army green #4D5020
Tints of Army green #4D5020
RGB
CMYK
RGB Variations
Color information
#4D5020 (or 0x4D5020) is known color: Army green. HEX triplet: 4D, 50 and 20. RGB value is (77,80,32). Sum of RGB (Red+Green+Blue) = 77+80+32=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 80 - color contains mainly: green. Hex color #4D5020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5020 is #B2AFDF. Grayscale: #494949. Windows color (decimal): -11710432 or 2117709. OLE color: 2117709.
HSL color Cylindrical-coordinate representation of color #4D5020: hue angle of 63.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D5020 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 80 | 32 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.69 |
| HSL | 63.75º | 0.43% | 0.22% | - |
| HSV(B) | 63.75º | 0.6% | 0.31% | - |
| XYZ | 6.19 | 7.42 | 2.47 | - |
| YUV | 73.63 | 104.51 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 32 | 0.04 | 0 | 0.60 | 0.69 | 63.75 | 0.43 | 0.22 |
| Hex | 4D | 50 | 20 | 4 | 0 | 3C | 45 | 40 | 2B | 16 |
| Octal | 115 | 120 | 40 | 4 | 0 | 74 | 105 | 100 | 53 | 26 |
| Binary | 1001101 | 1010000 | 100000 | 100 | 0 | 111100 | 1000101 | 1000000 | 101011 | 10110 |
Color Harmonies of #4D5020
Complementary color
Monochromatic Colors of #4D5020
Black with #4D5020
Text Example
Text Example
White with #4D5020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5020; }
p { color: rgb(77,80,32); }
H1.HeaderClassName
{
color: #4D5020;
}
.AnyTagClassName
{
color: #4D5020;
}
</style>
background-color css
<style>
a { background-color: #4D5020; }
a { background-color: rgb(77,80,32); }
div.DivClassName
{
background-color: #4D5020;
}
.BgClassName
{
background-color: #4D5020;
}
</style>
border-color css
<style>
span { border-color: #4D5020; }
span { border-color: rgb(77,80,32); }
td.TdClassName
{
border-color: #4D5020;
}
.TagClassName
{
border-color: #4D5020;
}
</style>