Shades of Army green #4F5B1F
Tints of Army green #4F5B1F
RGB
CMYK
RGB Variations
Color information
#4F5B1F (or 0x4F5B1F) is known color: Army green. HEX triplet: 4F, 5B and 1F. RGB value is (79,91,31). Sum of RGB (Red+Green+Blue) = 79+91+31=201 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.30% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 91 - color contains mainly: green. Hex color #4F5B1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5B1F is #B0A4E0. Grayscale: #505050. Windows color (decimal): -11576545 or 2054991. OLE color: 2054991.
HSL color Cylindrical-coordinate representation of color #4F5B1F: hue angle of 72º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F5B1F is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 91 | 31 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.64 |
| HSL | 72º | 0.49% | 0.24% | - |
| HSV(B) | 72º | 0.66% | 0.36% | - |
| XYZ | 7.21 | 9.24 | 2.7 | - |
| YUV | 80.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 91 | 31 | 0.13 | 0 | 0.66 | 0.64 | 72 | 0.49 | 0.24 |
| Hex | 4F | 5B | 1F | D | 0 | 42 | 40 | 48 | 31 | 18 |
| Octal | 117 | 133 | 37 | 15 | 0 | 102 | 100 | 110 | 61 | 30 |
| Binary | 1001111 | 1011011 | 11111 | 1101 | 0 | 1000010 | 1000000 | 1001000 | 110001 | 11000 |
Color Harmonies of #4F5B1F
Complementary color
Monochromatic Colors of #4F5B1F
Black with #4F5B1F
Text Example
Text Example
White with #4F5B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5B1F; }
p { color: rgb(79,91,31); }
H1.HeaderClassName
{
color: #4F5B1F;
}
.AnyTagClassName
{
color: #4F5B1F;
}
</style>
background-color css
<style>
a { background-color: #4F5B1F; }
a { background-color: rgb(79,91,31); }
div.DivClassName
{
background-color: #4F5B1F;
}
.BgClassName
{
background-color: #4F5B1F;
}
</style>
border-color css
<style>
span { border-color: #4F5B1F; }
span { border-color: rgb(79,91,31); }
td.TdClassName
{
border-color: #4F5B1F;
}
.TagClassName
{
border-color: #4F5B1F;
}
</style>