Shades of Army green #4F5519
Tints of Army green #4F5519
RGB
CMYK
RGB Variations
Color information
#4F5519 (or 0x4F5519) is known color: Army green. HEX triplet: 4F, 55 and 19. RGB value is (79,85,25). Sum of RGB (Red+Green+Blue) = 79+85+25=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5519 is #B0AAE6. Grayscale: #4C4C4C. Windows color (decimal): -11578087 or 1660239. OLE color: 1660239.
HSL color Cylindrical-coordinate representation of color #4F5519: hue angle of 66º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F5519 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 85 | 25 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.67 |
| HSL | 66º | 0.55% | 0.22% | - |
| HSV(B) | 66º | 0.71% | 0.33% | - |
| XYZ | 6.65 | 8.23 | 2.16 | - |
| YUV | 76.37 | 99.01 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 25 | 0.07 | 0 | 0.71 | 0.67 | 66 | 0.55 | 0.22 |
| Hex | 4F | 55 | 19 | 7 | 0 | 47 | 43 | 42 | 37 | 16 |
| Octal | 117 | 125 | 31 | 7 | 0 | 107 | 103 | 102 | 67 | 26 |
| Binary | 1001111 | 1010101 | 11001 | 111 | 0 | 1000111 | 1000011 | 1000010 | 110111 | 10110 |
Color Harmonies of #4F5519
Complementary color
Monochromatic Colors of #4F5519
Black with #4F5519
Text Example
Text Example
White with #4F5519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5519; }
p { color: rgb(79,85,25); }
H1.HeaderClassName
{
color: #4F5519;
}
.AnyTagClassName
{
color: #4F5519;
}
</style>
background-color css
<style>
a { background-color: #4F5519; }
a { background-color: rgb(79,85,25); }
div.DivClassName
{
background-color: #4F5519;
}
.BgClassName
{
background-color: #4F5519;
}
</style>
border-color css
<style>
span { border-color: #4F5519; }
span { border-color: rgb(79,85,25); }
td.TdClassName
{
border-color: #4F5519;
}
.TagClassName
{
border-color: #4F5519;
}
</style>