Shades of Army green #4F4D16
Tints of Army green #4F4D16
RGB
CMYK
RGB Variations
Color information
#4F4D16 (or 0x4F4D16) is known color: Army green. HEX triplet: 4F, 4D and 16. RGB value is (79,77,22). Sum of RGB (Red+Green+Blue) = 79+77+22=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F4D16 is #B0B2E9. Grayscale: #474747. Windows color (decimal): -11580138 or 1461583. OLE color: 1461583.
HSL color Cylindrical-coordinate representation of color #4F4D16: hue angle of 57.89º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F4D16 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 77 | 22 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.69 |
| HSL | 57.89º | 0.56% | 0.2% | - |
| HSV(B) | 57.89º | 0.72% | 0.31% | - |
| XYZ | 6.02 | 7.03 | 1.8 | - |
| YUV | 71.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 77 | 22 | 0 | 0.03 | 0.72 | 0.69 | 57.89 | 0.56 | 0.2 |
| Hex | 4F | 4D | 16 | 0 | 3 | 48 | 45 | 3A | 38 | 14 |
| Octal | 117 | 115 | 26 | 0 | 3 | 110 | 105 | 72 | 70 | 24 |
| Binary | 1001111 | 1001101 | 10110 | 0 | 11 | 1001000 | 1000101 | 111010 | 111000 | 10100 |
Color Harmonies of #4F4D16
Complementary color
Monochromatic Colors of #4F4D16
Black with #4F4D16
Text Example
Text Example
White with #4F4D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4D16; }
p { color: rgb(79,77,22); }
H1.HeaderClassName
{
color: #4F4D16;
}
.AnyTagClassName
{
color: #4F4D16;
}
</style>
background-color css
<style>
a { background-color: #4F4D16; }
a { background-color: rgb(79,77,22); }
div.DivClassName
{
background-color: #4F4D16;
}
.BgClassName
{
background-color: #4F4D16;
}
</style>
border-color css
<style>
span { border-color: #4F4D16; }
span { border-color: rgb(79,77,22); }
td.TdClassName
{
border-color: #4F4D16;
}
.TagClassName
{
border-color: #4F4D16;
}
</style>