Shades of Army green #4F4C12
Tints of Army green #4F4C12
RGB
CMYK
RGB Variations
Color information
#4F4C12 (or 0x4F4C12) is known color: Army green. HEX triplet: 4F, 4C and 12. RGB value is (79,76,18). Sum of RGB (Red+Green+Blue) = 79+76+18=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4C12 is #B0B3ED. Grayscale: #464646. Windows color (decimal): -11580398 or 1199183. OLE color: 1199183.
HSL color Cylindrical-coordinate representation of color #4F4C12: hue angle of 57.05º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F4C12 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 76 | 18 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.69 |
| HSL | 57.05º | 0.63% | 0.19% | - |
| HSV(B) | 57.05º | 0.77% | 0.31% | - |
| XYZ | 5.92 | 6.87 | 1.59 | - |
| YUV | 70.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 76 | 18 | 0 | 0.04 | 0.77 | 0.69 | 57.05 | 0.63 | 0.19 |
| Hex | 4F | 4C | 12 | 0 | 4 | 4D | 45 | 39 | 3F | 13 |
| Octal | 117 | 114 | 22 | 0 | 4 | 115 | 105 | 71 | 77 | 23 |
| Binary | 1001111 | 1001100 | 10010 | 0 | 100 | 1001101 | 1000101 | 111001 | 111111 | 10011 |
Color Harmonies of #4F4C12
Complementary color
Monochromatic Colors of #4F4C12
Black with #4F4C12
Text Example
Text Example
White with #4F4C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4C12; }
p { color: rgb(79,76,18); }
H1.HeaderClassName
{
color: #4F4C12;
}
.AnyTagClassName
{
color: #4F4C12;
}
</style>
background-color css
<style>
a { background-color: #4F4C12; }
a { background-color: rgb(79,76,18); }
div.DivClassName
{
background-color: #4F4C12;
}
.BgClassName
{
background-color: #4F4C12;
}
</style>
border-color css
<style>
span { border-color: #4F4C12; }
span { border-color: rgb(79,76,18); }
td.TdClassName
{
border-color: #4F4C12;
}
.TagClassName
{
border-color: #4F4C12;
}
</style>