Shades of Army green #4F561B
Tints of Army green #4F561B
RGB
CMYK
RGB Variations
Color information
#4F561B (or 0x4F561B) is known color: Army green. HEX triplet: 4F, 56 and 1B. RGB value is (79,86,27). Sum of RGB (Red+Green+Blue) = 79+86+27=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #4F561B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F561B is #B0A9E4. Grayscale: #4D4D4D. Windows color (decimal): -11577829 or 1791567. OLE color: 1791567.
HSL color Cylindrical-coordinate representation of color #4F561B: hue angle of 67.12º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F561B is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 86 | 27 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.66 |
| HSL | 67.12º | 0.52% | 0.22% | - |
| HSV(B) | 67.12º | 0.69% | 0.34% | - |
| XYZ | 6.75 | 8.4 | 2.3 | - |
| YUV | 77.18 | 99.68 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 86 | 27 | 0.08 | 0 | 0.69 | 0.66 | 67.12 | 0.52 | 0.22 |
| Hex | 4F | 56 | 1B | 8 | 0 | 45 | 42 | 43 | 34 | 16 |
| Octal | 117 | 126 | 33 | 10 | 0 | 105 | 102 | 103 | 64 | 26 |
| Binary | 1001111 | 1010110 | 11011 | 1000 | 0 | 1000101 | 1000010 | 1000011 | 110100 | 10110 |
Color Harmonies of #4F561B
Complementary color
Monochromatic Colors of #4F561B
Black with #4F561B
Text Example
Text Example
White with #4F561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F561B; }
p { color: rgb(79,86,27); }
H1.HeaderClassName
{
color: #4F561B;
}
.AnyTagClassName
{
color: #4F561B;
}
</style>
background-color css
<style>
a { background-color: #4F561B; }
a { background-color: rgb(79,86,27); }
div.DivClassName
{
background-color: #4F561B;
}
.BgClassName
{
background-color: #4F561B;
}
</style>
border-color css
<style>
span { border-color: #4F561B; }
span { border-color: rgb(79,86,27); }
td.TdClassName
{
border-color: #4F561B;
}
.TagClassName
{
border-color: #4F561B;
}
</style>