Shades of Army green #4F5821
Tints of Army green #4F5821
RGB
CMYK
RGB Variations
Color information
#4F5821 (or 0x4F5821) is known color: Army green. HEX triplet: 4F, 58 and 21. RGB value is (79,88,33). Sum of RGB (Red+Green+Blue) = 79+88+33=200 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 88 - color contains mainly: green. Hex color #4F5821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5821 is #B0A7DE. Grayscale: #4F4F4F. Windows color (decimal): -11577311 or 2185295. OLE color: 2185295.
HSL color Cylindrical-coordinate representation of color #4F5821: hue angle of 69.82º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F5821 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 88 | 33 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.65 |
| HSL | 69.82º | 0.45% | 0.24% | - |
| HSV(B) | 69.82º | 0.63% | 0.35% | - |
| XYZ | 6.99 | 8.75 | 2.76 | - |
| YUV | 79.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 88 | 33 | 0.10 | 0 | 0.62 | 0.65 | 69.82 | 0.45 | 0.24 |
| Hex | 4F | 58 | 21 | A | 0 | 3E | 41 | 46 | 2D | 18 |
| Octal | 117 | 130 | 41 | 12 | 0 | 76 | 101 | 106 | 55 | 30 |
| Binary | 1001111 | 1011000 | 100001 | 1010 | 0 | 111110 | 1000001 | 1000110 | 101101 | 11000 |
Color Harmonies of #4F5821
Complementary color
Monochromatic Colors of #4F5821
Black with #4F5821
Text Example
Text Example
White with #4F5821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5821; }
p { color: rgb(79,88,33); }
H1.HeaderClassName
{
color: #4F5821;
}
.AnyTagClassName
{
color: #4F5821;
}
</style>
background-color css
<style>
a { background-color: #4F5821; }
a { background-color: rgb(79,88,33); }
div.DivClassName
{
background-color: #4F5821;
}
.BgClassName
{
background-color: #4F5821;
}
</style>
border-color css
<style>
span { border-color: #4F5821; }
span { border-color: rgb(79,88,33); }
td.TdClassName
{
border-color: #4F5821;
}
.TagClassName
{
border-color: #4F5821;
}
</style>