Shades of Army green #565B1B
Tints of Army green #565B1B
RGB
CMYK
RGB Variations
Color information
#565B1B (or 0x565B1B) is known color: Army green. HEX triplet: 56, 5B and 1B. RGB value is (86,91,27). Sum of RGB (Red+Green+Blue) = 86+91+27=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 91 - color contains mainly: green. Hex color #565B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565B1B is #A9A4E4. Grayscale: #525252. Windows color (decimal): -11117797 or 1792854. OLE color: 1792854.
HSL color Cylindrical-coordinate representation of color #565B1B: hue angle of 64.69º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #565B1B is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 91 | 27 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.64 |
| HSL | 64.69º | 0.54% | 0.23% | - |
| HSV(B) | 64.69º | 0.7% | 0.36% | - |
| XYZ | 7.78 | 9.54 | 2.47 | - |
| YUV | 82.21 | 96.84 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 27 | 0.05 | 0 | 0.70 | 0.64 | 64.69 | 0.54 | 0.23 |
| Hex | 56 | 5B | 1B | 5 | 0 | 46 | 40 | 41 | 36 | 17 |
| Octal | 126 | 133 | 33 | 5 | 0 | 106 | 100 | 101 | 66 | 27 |
| Binary | 1010110 | 1011011 | 11011 | 101 | 0 | 1000110 | 1000000 | 1000001 | 110110 | 10111 |
Color Harmonies of #565B1B
Complementary color
Monochromatic Colors of #565B1B
Black with #565B1B
Text Example
Text Example
White with #565B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565B1B; }
p { color: rgb(86,91,27); }
H1.HeaderClassName
{
color: #565B1B;
}
.AnyTagClassName
{
color: #565B1B;
}
</style>
background-color css
<style>
a { background-color: #565B1B; }
a { background-color: rgb(86,91,27); }
div.DivClassName
{
background-color: #565B1B;
}
.BgClassName
{
background-color: #565B1B;
}
</style>
border-color css
<style>
span { border-color: #565B1B; }
span { border-color: rgb(86,91,27); }
td.TdClassName
{
border-color: #565B1B;
}
.TagClassName
{
border-color: #565B1B;
}
</style>