Shades of Army green #4F5921
Tints of Army green #4F5921
RGB
CMYK
RGB Variations
Color information
#4F5921 (or 0x4F5921) is known color: Army green. HEX triplet: 4F, 59 and 21. RGB value is (79,89,33). Sum of RGB (Red+Green+Blue) = 79+89+33=201 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.30% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 89 - color contains mainly: green. Hex color #4F5921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5921 is #B0A6DE. Grayscale: #4F4F4F. Windows color (decimal): -11577055 or 2185551. OLE color: 2185551.
HSL color Cylindrical-coordinate representation of color #4F5921: hue angle of 70.71º 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 #4F5921 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 89 | 33 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.65 |
| HSL | 70.71º | 0.46% | 0.24% | - |
| HSV(B) | 70.71º | 0.63% | 0.35% | - |
| XYZ | 7.07 | 8.92 | 2.79 | - |
| YUV | 79.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 89 | 33 | 0.11 | 0 | 0.63 | 0.65 | 70.71 | 0.46 | 0.24 |
| Hex | 4F | 59 | 21 | B | 0 | 3F | 41 | 47 | 2E | 18 |
| Octal | 117 | 131 | 41 | 13 | 0 | 77 | 101 | 107 | 56 | 30 |
| Binary | 1001111 | 1011001 | 100001 | 1011 | 0 | 111111 | 1000001 | 1000111 | 101110 | 11000 |
Color Harmonies of #4F5921
Complementary color
Monochromatic Colors of #4F5921
Black with #4F5921
Text Example
Text Example
White with #4F5921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5921; }
p { color: rgb(79,89,33); }
H1.HeaderClassName
{
color: #4F5921;
}
.AnyTagClassName
{
color: #4F5921;
}
</style>
background-color css
<style>
a { background-color: #4F5921; }
a { background-color: rgb(79,89,33); }
div.DivClassName
{
background-color: #4F5921;
}
.BgClassName
{
background-color: #4F5921;
}
</style>
border-color css
<style>
span { border-color: #4F5921; }
span { border-color: rgb(79,89,33); }
td.TdClassName
{
border-color: #4F5921;
}
.TagClassName
{
border-color: #4F5921;
}
</style>