Shades of Army green #565D17
Tints of Army green #565D17
RGB
CMYK
RGB Variations
Color information
#565D17 (or 0x565D17) is known color: Army green. HEX triplet: 56, 5D and 17. RGB value is (86,93,23). Sum of RGB (Red+Green+Blue) = 86+93+23=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #565D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565D17 is #A9A2E8. Grayscale: #535353. Windows color (decimal): -11117289 or 1531222. OLE color: 1531222.
HSL color Cylindrical-coordinate representation of color #565D17: hue angle of 66º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #565D17 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 93 | 23 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.64 |
| HSL | 66º | 0.6% | 0.23% | - |
| HSV(B) | 66º | 0.75% | 0.36% | - |
| XYZ | 7.91 | 9.87 | 2.3 | - |
| YUV | 82.93 | 94.18 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 23 | 0.08 | 0 | 0.75 | 0.64 | 66 | 0.6 | 0.23 |
| Hex | 56 | 5D | 17 | 8 | 0 | 4B | 40 | 42 | 3C | 17 |
| Octal | 126 | 135 | 27 | 10 | 0 | 113 | 100 | 102 | 74 | 27 |
| Binary | 1010110 | 1011101 | 10111 | 1000 | 0 | 1001011 | 1000000 | 1000010 | 111100 | 10111 |
Color Harmonies of #565D17
Complementary color
Monochromatic Colors of #565D17
Black with #565D17
Text Example
Text Example
White with #565D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565D17; }
p { color: rgb(86,93,23); }
H1.HeaderClassName
{
color: #565D17;
}
.AnyTagClassName
{
color: #565D17;
}
</style>
background-color css
<style>
a { background-color: #565D17; }
a { background-color: rgb(86,93,23); }
div.DivClassName
{
background-color: #565D17;
}
.BgClassName
{
background-color: #565D17;
}
</style>
border-color css
<style>
span { border-color: #565D17; }
span { border-color: rgb(86,93,23); }
td.TdClassName
{
border-color: #565D17;
}
.TagClassName
{
border-color: #565D17;
}
</style>