Shades of Army green #4F5117
Tints of Army green #4F5117
RGB
CMYK
RGB Variations
Color information
#4F5117 (or 0x4F5117) is known color: Army green. HEX triplet: 4F, 51 and 17. RGB value is (79,81,23). Sum of RGB (Red+Green+Blue) = 79+81+23=183 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.17% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #4F5117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5117 is #B0AEE8. Grayscale: #4A4A4A. Windows color (decimal): -11579113 or 1528143. OLE color: 1528143.
HSL color Cylindrical-coordinate representation of color #4F5117: hue angle of 62.07º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F5117 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 81 | 23 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.68 |
| HSL | 62.07º | 0.56% | 0.2% | - |
| HSV(B) | 62.07º | 0.72% | 0.32% | - |
| XYZ | 6.32 | 7.61 | 1.95 | - |
| YUV | 73.79 | 99.34 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 81 | 23 | 0.02 | 0 | 0.72 | 0.68 | 62.07 | 0.56 | 0.2 |
| Hex | 4F | 51 | 17 | 2 | 0 | 48 | 44 | 3E | 38 | 14 |
| Octal | 117 | 121 | 27 | 2 | 0 | 110 | 104 | 76 | 70 | 24 |
| Binary | 1001111 | 1010001 | 10111 | 10 | 0 | 1001000 | 1000100 | 111110 | 111000 | 10100 |
Color Harmonies of #4F5117
Complementary color
Monochromatic Colors of #4F5117
Black with #4F5117
Text Example
Text Example
White with #4F5117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5117; }
p { color: rgb(79,81,23); }
H1.HeaderClassName
{
color: #4F5117;
}
.AnyTagClassName
{
color: #4F5117;
}
</style>
background-color css
<style>
a { background-color: #4F5117; }
a { background-color: rgb(79,81,23); }
div.DivClassName
{
background-color: #4F5117;
}
.BgClassName
{
background-color: #4F5117;
}
</style>
border-color css
<style>
span { border-color: #4F5117; }
span { border-color: rgb(79,81,23); }
td.TdClassName
{
border-color: #4F5117;
}
.TagClassName
{
border-color: #4F5117;
}
</style>