Shades of Army green #4F561C
Tints of Army green #4F561C
RGB
CMYK
RGB Variations
Color information
#4F561C (or 0x4F561C) is known color: Army green. HEX triplet: 4F, 56 and 1C. RGB value is (79,86,28). Sum of RGB (Red+Green+Blue) = 79+86+28=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #4F561C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F561C is #B0A9E3. Grayscale: #4D4D4D. Windows color (decimal): -11577828 or 1857103. OLE color: 1857103.
HSL color Cylindrical-coordinate representation of color #4F561C: hue angle of 67.24º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F561C is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 86 | 28 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.66 |
| HSL | 67.24º | 0.51% | 0.22% | - |
| HSV(B) | 67.24º | 0.67% | 0.34% | - |
| XYZ | 6.76 | 8.4 | 2.36 | - |
| YUV | 77.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 86 | 28 | 0.08 | 0 | 0.67 | 0.66 | 67.24 | 0.51 | 0.22 |
| Hex | 4F | 56 | 1C | 8 | 0 | 43 | 42 | 43 | 33 | 16 |
| Octal | 117 | 126 | 34 | 10 | 0 | 103 | 102 | 103 | 63 | 26 |
| Binary | 1001111 | 1010110 | 11100 | 1000 | 0 | 1000011 | 1000010 | 1000011 | 110011 | 10110 |
Color Harmonies of #4F561C
Complementary color
Monochromatic Colors of #4F561C
Black with #4F561C
Text Example
Text Example
White with #4F561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F561C; }
p { color: rgb(79,86,28); }
H1.HeaderClassName
{
color: #4F561C;
}
.AnyTagClassName
{
color: #4F561C;
}
</style>
background-color css
<style>
a { background-color: #4F561C; }
a { background-color: rgb(79,86,28); }
div.DivClassName
{
background-color: #4F561C;
}
.BgClassName
{
background-color: #4F561C;
}
</style>
border-color css
<style>
span { border-color: #4F561C; }
span { border-color: rgb(79,86,28); }
td.TdClassName
{
border-color: #4F561C;
}
.TagClassName
{
border-color: #4F561C;
}
</style>