Shades of Army green #565F18
Tints of Army green #565F18
RGB
CMYK
RGB Variations
Color information
#565F18 (or 0x565F18) is known color: Army green. HEX triplet: 56, 5F and 18. RGB value is (86,95,24). Sum of RGB (Red+Green+Blue) = 86+95+24=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 95 - color contains mainly: green. Hex color #565F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565F18 is #A9A0E7. Grayscale: #545454. Windows color (decimal): -11116776 or 1597270. OLE color: 1597270.
HSL color Cylindrical-coordinate representation of color #565F18: hue angle of 67.61º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #565F18 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 86 | 95 | 24 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.63 |
| HSL | 67.61º | 0.6% | 0.23% | - |
| HSV(B) | 67.61º | 0.75% | 0.37% | - |
| XYZ | 8.09 | 10.23 | 2.41 | - |
| YUV | 84.22 | 94.02 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 95 | 24 | 0.09 | 0 | 0.75 | 0.63 | 67.61 | 0.6 | 0.23 |
| Hex | 56 | 5F | 18 | 9 | 0 | 4B | 3F | 44 | 3C | 17 |
| Octal | 126 | 137 | 30 | 11 | 0 | 113 | 77 | 104 | 74 | 27 |
| Binary | 1010110 | 1011111 | 11000 | 1001 | 0 | 1001011 | 111111 | 1000100 | 111100 | 10111 |
Color Harmonies of #565F18
Complementary color
Monochromatic Colors of #565F18
Black with #565F18
Text Example
Text Example
White with #565F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565F18; }
p { color: rgb(86,95,24); }
H1.HeaderClassName
{
color: #565F18;
}
.AnyTagClassName
{
color: #565F18;
}
</style>
background-color css
<style>
a { background-color: #565F18; }
a { background-color: rgb(86,95,24); }
div.DivClassName
{
background-color: #565F18;
}
.BgClassName
{
background-color: #565F18;
}
</style>
border-color css
<style>
span { border-color: #565F18; }
span { border-color: rgb(86,95,24); }
td.TdClassName
{
border-color: #565F18;
}
.TagClassName
{
border-color: #565F18;
}
</style>