Shades of Army green #565E1B
Tints of Army green #565E1B
RGB
CMYK
RGB Variations
Color information
#565E1B (or 0x565E1B) is known color: Army green. HEX triplet: 56, 5E and 1B. RGB value is (86,94,27). Sum of RGB (Red+Green+Blue) = 86+94+27=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 94 (37.11% from 255 or 45.41% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 94 - color contains mainly: green. Hex color #565E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565E1B is #A9A1E4. Grayscale: #545454. Windows color (decimal): -11117029 or 1793622. OLE color: 1793622.
HSL color Cylindrical-coordinate representation of color #565E1B: hue angle of 67.16º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #565E1B is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 86 | 94 | 27 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.63 |
| HSL | 67.16º | 0.55% | 0.24% | - |
| HSV(B) | 67.16º | 0.71% | 0.37% | - |
| XYZ | 8.04 | 10.06 | 2.56 | - |
| YUV | 83.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 27 | 0.09 | 0 | 0.71 | 0.63 | 67.16 | 0.55 | 0.24 |
| Hex | 56 | 5E | 1B | 9 | 0 | 47 | 3F | 43 | 37 | 18 |
| Octal | 126 | 136 | 33 | 11 | 0 | 107 | 77 | 103 | 67 | 30 |
| Binary | 1010110 | 1011110 | 11011 | 1001 | 0 | 1000111 | 111111 | 1000011 | 110111 | 11000 |
Color Harmonies of #565E1B
Complementary color
Monochromatic Colors of #565E1B
Black with #565E1B
Text Example
Text Example
White with #565E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565E1B; }
p { color: rgb(86,94,27); }
H1.HeaderClassName
{
color: #565E1B;
}
.AnyTagClassName
{
color: #565E1B;
}
</style>
background-color css
<style>
a { background-color: #565E1B; }
a { background-color: rgb(86,94,27); }
div.DivClassName
{
background-color: #565E1B;
}
.BgClassName
{
background-color: #565E1B;
}
</style>
border-color css
<style>
span { border-color: #565E1B; }
span { border-color: rgb(86,94,27); }
td.TdClassName
{
border-color: #565E1B;
}
.TagClassName
{
border-color: #565E1B;
}
</style>