Shades of Army green #4D5921
Tints of Army green #4D5921
RGB
CMYK
RGB Variations
Color information
#4D5921 (or 0x4D5921) is known color: Army green. HEX triplet: 4D, 59 and 21. RGB value is (77,89,33). Sum of RGB (Red+Green+Blue) = 77+89+33=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5921 is #B2A6DE. Grayscale: #4F4F4F. Windows color (decimal): -11708127 or 2185549. OLE color: 2185549.
HSL color Cylindrical-coordinate representation of color #4D5921: hue angle of 72.86º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D5921 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 89 | 33 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.65 |
| HSL | 72.86º | 0.46% | 0.24% | - |
| HSV(B) | 72.86º | 0.63% | 0.35% | - |
| XYZ | 6.91 | 8.83 | 2.78 | - |
| YUV | 79.03 | 102.02 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 33 | 0.13 | 0 | 0.63 | 0.65 | 72.86 | 0.46 | 0.24 |
| Hex | 4D | 59 | 21 | D | 0 | 3F | 41 | 49 | 2E | 18 |
| Octal | 115 | 131 | 41 | 15 | 0 | 77 | 101 | 111 | 56 | 30 |
| Binary | 1001101 | 1011001 | 100001 | 1101 | 0 | 111111 | 1000001 | 1001001 | 101110 | 11000 |
Color Harmonies of #4D5921
Complementary color
Monochromatic Colors of #4D5921
Black with #4D5921
Text Example
Text Example
White with #4D5921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5921; }
p { color: rgb(77,89,33); }
H1.HeaderClassName
{
color: #4D5921;
}
.AnyTagClassName
{
color: #4D5921;
}
</style>
background-color css
<style>
a { background-color: #4D5921; }
a { background-color: rgb(77,89,33); }
div.DivClassName
{
background-color: #4D5921;
}
.BgClassName
{
background-color: #4D5921;
}
</style>
border-color css
<style>
span { border-color: #4D5921; }
span { border-color: rgb(77,89,33); }
td.TdClassName
{
border-color: #4D5921;
}
.TagClassName
{
border-color: #4D5921;
}
</style>