Shades of Army green #4F4C13
Tints of Army green #4F4C13
RGB
CMYK
RGB Variations
Color information
#4F4C13 (or 0x4F4C13) is known color: Army green. HEX triplet: 4F, 4C and 13. RGB value is (79,76,19). Sum of RGB (Red+Green+Blue) = 79+76+19=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4C13 is #B0B3EC. Grayscale: #464646. Windows color (decimal): -11580397 or 1264719. OLE color: 1264719.
HSL color Cylindrical-coordinate representation of color #4F4C13: hue angle of 57º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F4C13 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 76 | 19 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.69 |
| HSL | 57º | 0.61% | 0.19% | - |
| HSV(B) | 57º | 0.76% | 0.31% | - |
| XYZ | 5.93 | 6.88 | 1.63 | - |
| YUV | 70.4 | 98.99 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 76 | 19 | 0 | 0.04 | 0.76 | 0.69 | 57 | 0.61 | 0.19 |
| Hex | 4F | 4C | 13 | 0 | 4 | 4C | 45 | 39 | 3D | 13 |
| Octal | 117 | 114 | 23 | 0 | 4 | 114 | 105 | 71 | 75 | 23 |
| Binary | 1001111 | 1001100 | 10011 | 0 | 100 | 1001100 | 1000101 | 111001 | 111101 | 10011 |
Color Harmonies of #4F4C13
Complementary color
Monochromatic Colors of #4F4C13
Black with #4F4C13
Text Example
Text Example
White with #4F4C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4C13; }
p { color: rgb(79,76,19); }
H1.HeaderClassName
{
color: #4F4C13;
}
.AnyTagClassName
{
color: #4F4C13;
}
</style>
background-color css
<style>
a { background-color: #4F4C13; }
a { background-color: rgb(79,76,19); }
div.DivClassName
{
background-color: #4F4C13;
}
.BgClassName
{
background-color: #4F4C13;
}
</style>
border-color css
<style>
span { border-color: #4F4C13; }
span { border-color: rgb(79,76,19); }
td.TdClassName
{
border-color: #4F4C13;
}
.TagClassName
{
border-color: #4F4C13;
}
</style>