Shades of Army green #4F4C16
Tints of Army green #4F4C16
RGB
CMYK
RGB Variations
Color information
#4F4C16 (or 0x4F4C16) is known color: Army green. HEX triplet: 4F, 4C and 16. RGB value is (79,76,22). Sum of RGB (Red+Green+Blue) = 79+76+22=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4C16 is #B0B3E9. Grayscale: #464646. Windows color (decimal): -11580394 or 1461327. OLE color: 1461327.
HSL color Cylindrical-coordinate representation of color #4F4C16: hue angle of 56.84º 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 #4F4C16 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 76 | 22 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.69 |
| HSL | 56.84º | 0.56% | 0.2% | - |
| HSV(B) | 56.84º | 0.72% | 0.31% | - |
| XYZ | 5.95 | 6.89 | 1.77 | - |
| YUV | 70.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 76 | 22 | 0 | 0.04 | 0.72 | 0.69 | 56.84 | 0.56 | 0.2 |
| Hex | 4F | 4C | 16 | 0 | 4 | 48 | 45 | 39 | 38 | 14 |
| Octal | 117 | 114 | 26 | 0 | 4 | 110 | 105 | 71 | 70 | 24 |
| Binary | 1001111 | 1001100 | 10110 | 0 | 100 | 1001000 | 1000101 | 111001 | 111000 | 10100 |
Color Harmonies of #4F4C16
Complementary color
Monochromatic Colors of #4F4C16
Black with #4F4C16
Text Example
Text Example
White with #4F4C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4C16; }
p { color: rgb(79,76,22); }
H1.HeaderClassName
{
color: #4F4C16;
}
.AnyTagClassName
{
color: #4F4C16;
}
</style>
background-color css
<style>
a { background-color: #4F4C16; }
a { background-color: rgb(79,76,22); }
div.DivClassName
{
background-color: #4F4C16;
}
.BgClassName
{
background-color: #4F4C16;
}
</style>
border-color css
<style>
span { border-color: #4F4C16; }
span { border-color: rgb(79,76,22); }
td.TdClassName
{
border-color: #4F4C16;
}
.TagClassName
{
border-color: #4F4C16;
}
</style>