Shades of Army green #4F5B21
Tints of Army green #4F5B21
RGB
CMYK
RGB Variations
Color information
#4F5B21 (or 0x4F5B21) is known color: Army green. HEX triplet: 4F, 5B and 21. RGB value is (79,91,33). Sum of RGB (Red+Green+Blue) = 79+91+33=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 91 - color contains mainly: green. Hex color #4F5B21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5B21 is #B0A4DE. Grayscale: #515151. Windows color (decimal): -11576543 or 2186063. OLE color: 2186063.
HSL color Cylindrical-coordinate representation of color #4F5B21: hue angle of 72.41º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F5B21 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 91 | 33 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.64 |
| HSL | 72.41º | 0.47% | 0.24% | - |
| HSV(B) | 72.41º | 0.64% | 0.36% | - |
| XYZ | 7.24 | 9.25 | 2.84 | - |
| YUV | 80.8 | 101.02 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 91 | 33 | 0.13 | 0 | 0.64 | 0.64 | 72.41 | 0.47 | 0.24 |
| Hex | 4F | 5B | 21 | D | 0 | 40 | 40 | 48 | 2F | 18 |
| Octal | 117 | 133 | 41 | 15 | 0 | 100 | 100 | 110 | 57 | 30 |
| Binary | 1001111 | 1011011 | 100001 | 1101 | 0 | 1000000 | 1000000 | 1001000 | 101111 | 11000 |
Color Harmonies of #4F5B21
Complementary color
Monochromatic Colors of #4F5B21
Black with #4F5B21
Text Example
Text Example
White with #4F5B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5B21; }
p { color: rgb(79,91,33); }
H1.HeaderClassName
{
color: #4F5B21;
}
.AnyTagClassName
{
color: #4F5B21;
}
</style>
background-color css
<style>
a { background-color: #4F5B21; }
a { background-color: rgb(79,91,33); }
div.DivClassName
{
background-color: #4F5B21;
}
.BgClassName
{
background-color: #4F5B21;
}
</style>
border-color css
<style>
span { border-color: #4F5B21; }
span { border-color: rgb(79,91,33); }
td.TdClassName
{
border-color: #4F5B21;
}
.TagClassName
{
border-color: #4F5B21;
}
</style>