Shades of Army green #4D4F21
Tints of Army green #4D4F21
RGB
CMYK
RGB Variations
Color information
#4D4F21 (or 0x4D4F21) is known color: Army green. HEX triplet: 4D, 4F and 21. RGB value is (77,79,33). Sum of RGB (Red+Green+Blue) = 77+79+33=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 79 - color contains mainly: green. Hex color #4D4F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4F21 is #B2B0DE. Grayscale: #494949. Windows color (decimal): -11710687 or 2182989. OLE color: 2182989.
HSL color Cylindrical-coordinate representation of color #4D4F21: hue angle of 62.61º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D4F21 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 79 | 33 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.69 |
| HSL | 62.61º | 0.41% | 0.22% | - |
| HSV(B) | 62.61º | 0.58% | 0.31% | - |
| XYZ | 6.13 | 7.28 | 2.52 | - |
| YUV | 73.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 33 | 0.03 | 0 | 0.58 | 0.69 | 62.61 | 0.41 | 0.22 |
| Hex | 4D | 4F | 21 | 3 | 0 | 3A | 45 | 3F | 29 | 16 |
| Octal | 115 | 117 | 41 | 3 | 0 | 72 | 105 | 77 | 51 | 26 |
| Binary | 1001101 | 1001111 | 100001 | 11 | 0 | 111010 | 1000101 | 111111 | 101001 | 10110 |
Color Harmonies of #4D4F21
Complementary color
Monochromatic Colors of #4D4F21
Black with #4D4F21
Text Example
Text Example
White with #4D4F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4F21; }
p { color: rgb(77,79,33); }
H1.HeaderClassName
{
color: #4D4F21;
}
.AnyTagClassName
{
color: #4D4F21;
}
</style>
background-color css
<style>
a { background-color: #4D4F21; }
a { background-color: rgb(77,79,33); }
div.DivClassName
{
background-color: #4D4F21;
}
.BgClassName
{
background-color: #4D4F21;
}
</style>
border-color css
<style>
span { border-color: #4D4F21; }
span { border-color: rgb(77,79,33); }
td.TdClassName
{
border-color: #4D4F21;
}
.TagClassName
{
border-color: #4D4F21;
}
</style>