Shades of Army green #4F5119
Tints of Army green #4F5119
RGB
CMYK
RGB Variations
Color information
#4F5119 (or 0x4F5119) is known color: Army green. HEX triplet: 4F, 51 and 19. RGB value is (79,81,25). Sum of RGB (Red+Green+Blue) = 79+81+25=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #4F5119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5119 is #B0AEE6. Grayscale: #4A4A4A. Windows color (decimal): -11579111 or 1659215. OLE color: 1659215.
HSL color Cylindrical-coordinate representation of color #4F5119: hue angle of 62.14º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F5119 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 81 | 25 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.68 |
| HSL | 62.14º | 0.53% | 0.21% | - |
| HSV(B) | 62.14º | 0.69% | 0.32% | - |
| XYZ | 6.34 | 7.62 | 2.06 | - |
| YUV | 74.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 81 | 25 | 0.02 | 0 | 0.69 | 0.68 | 62.14 | 0.53 | 0.21 |
| Hex | 4F | 51 | 19 | 2 | 0 | 45 | 44 | 3E | 35 | 15 |
| Octal | 117 | 121 | 31 | 2 | 0 | 105 | 104 | 76 | 65 | 25 |
| Binary | 1001111 | 1010001 | 11001 | 10 | 0 | 1000101 | 1000100 | 111110 | 110101 | 10101 |
Color Harmonies of #4F5119
Complementary color
Monochromatic Colors of #4F5119
Black with #4F5119
Text Example
Text Example
White with #4F5119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5119; }
p { color: rgb(79,81,25); }
H1.HeaderClassName
{
color: #4F5119;
}
.AnyTagClassName
{
color: #4F5119;
}
</style>
background-color css
<style>
a { background-color: #4F5119; }
a { background-color: rgb(79,81,25); }
div.DivClassName
{
background-color: #4F5119;
}
.BgClassName
{
background-color: #4F5119;
}
</style>
border-color css
<style>
span { border-color: #4F5119; }
span { border-color: rgb(79,81,25); }
td.TdClassName
{
border-color: #4F5119;
}
.TagClassName
{
border-color: #4F5119;
}
</style>