Shades of Army green #4F5A1F
Tints of Army green #4F5A1F
RGB
CMYK
RGB Variations
Color information
#4F5A1F (or 0x4F5A1F) is known color: Army green. HEX triplet: 4F, 5A and 1F. RGB value is (79,90,31). Sum of RGB (Red+Green+Blue) = 79+90+31=200 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.5% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5A1F is #B0A5E0. Grayscale: #505050. Windows color (decimal): -11576801 or 2054735. OLE color: 2054735.
HSL color Cylindrical-coordinate representation of color #4F5A1F: hue angle of 71.19º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F5A1F is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 90 | 31 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.65 |
| HSL | 71.19º | 0.49% | 0.24% | - |
| HSV(B) | 71.19º | 0.66% | 0.35% | - |
| XYZ | 7.13 | 9.07 | 2.67 | - |
| YUV | 79.99 | 100.36 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 90 | 31 | 0.12 | 0 | 0.66 | 0.65 | 71.19 | 0.49 | 0.24 |
| Hex | 4F | 5A | 1F | C | 0 | 42 | 41 | 47 | 31 | 18 |
| Octal | 117 | 132 | 37 | 14 | 0 | 102 | 101 | 107 | 61 | 30 |
| Binary | 1001111 | 1011010 | 11111 | 1100 | 0 | 1000010 | 1000001 | 1000111 | 110001 | 11000 |
Color Harmonies of #4F5A1F
Complementary color
Monochromatic Colors of #4F5A1F
Black with #4F5A1F
Text Example
Text Example
White with #4F5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5A1F; }
p { color: rgb(79,90,31); }
H1.HeaderClassName
{
color: #4F5A1F;
}
.AnyTagClassName
{
color: #4F5A1F;
}
</style>
background-color css
<style>
a { background-color: #4F5A1F; }
a { background-color: rgb(79,90,31); }
div.DivClassName
{
background-color: #4F5A1F;
}
.BgClassName
{
background-color: #4F5A1F;
}
</style>
border-color css
<style>
span { border-color: #4F5A1F; }
span { border-color: rgb(79,90,31); }
td.TdClassName
{
border-color: #4F5A1F;
}
.TagClassName
{
border-color: #4F5A1F;
}
</style>