Shades of Army green #4F571A
Tints of Army green #4F571A
RGB
CMYK
RGB Variations
Color information
#4F571A (or 0x4F571A) is known color: Army green. HEX triplet: 4F, 57 and 1A. RGB value is (79,87,26). Sum of RGB (Red+Green+Blue) = 79+87+26=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 87 - color contains mainly: green. Hex color #4F571A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F571A is #B0A8E5. Grayscale: #4D4D4D. Windows color (decimal): -11577574 or 1726287. OLE color: 1726287.
HSL color Cylindrical-coordinate representation of color #4F571A: hue angle of 67.87º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F571A is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 87 | 26 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.66 |
| HSL | 67.87º | 0.54% | 0.22% | - |
| HSV(B) | 67.87º | 0.7% | 0.34% | - |
| XYZ | 6.82 | 8.55 | 2.27 | - |
| YUV | 77.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 87 | 26 | 0.09 | 0 | 0.70 | 0.66 | 67.87 | 0.54 | 0.22 |
| Hex | 4F | 57 | 1A | 9 | 0 | 46 | 42 | 44 | 36 | 16 |
| Octal | 117 | 127 | 32 | 11 | 0 | 106 | 102 | 104 | 66 | 26 |
| Binary | 1001111 | 1010111 | 11010 | 1001 | 0 | 1000110 | 1000010 | 1000100 | 110110 | 10110 |
Color Harmonies of #4F571A
Complementary color
Monochromatic Colors of #4F571A
Black with #4F571A
Text Example
Text Example
White with #4F571A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F571A; }
p { color: rgb(79,87,26); }
H1.HeaderClassName
{
color: #4F571A;
}
.AnyTagClassName
{
color: #4F571A;
}
</style>
background-color css
<style>
a { background-color: #4F571A; }
a { background-color: rgb(79,87,26); }
div.DivClassName
{
background-color: #4F571A;
}
.BgClassName
{
background-color: #4F571A;
}
</style>
border-color css
<style>
span { border-color: #4F571A; }
span { border-color: rgb(79,87,26); }
td.TdClassName
{
border-color: #4F571A;
}
.TagClassName
{
border-color: #4F571A;
}
</style>