Shades of Army green #565519
Tints of Army green #565519
RGB
CMYK
RGB Variations
Color information
#565519 (or 0x565519) is known color: Army green. HEX triplet: 56, 55 and 19. RGB value is (86,85,25). Sum of RGB (Red+Green+Blue) = 86+85+25=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #565519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565519 is #A9AAE6. Grayscale: #4E4E4E. Windows color (decimal): -11119335 or 1660246. OLE color: 1660246.
HSL color Cylindrical-coordinate representation of color #565519: hue angle of 59.02º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #565519 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 85 | 25 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.66 |
| HSL | 59.02º | 0.55% | 0.22% | - |
| HSV(B) | 59.02º | 0.71% | 0.34% | - |
| XYZ | 7.26 | 8.55 | 2.19 | - |
| YUV | 78.46 | 97.83 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 25 | 0 | 0.01 | 0.71 | 0.66 | 59.02 | 0.55 | 0.22 |
| Hex | 56 | 55 | 19 | 0 | 1 | 47 | 42 | 3B | 37 | 16 |
| Octal | 126 | 125 | 31 | 0 | 1 | 107 | 102 | 73 | 67 | 26 |
| Binary | 1010110 | 1010101 | 11001 | 0 | 1 | 1000111 | 1000010 | 111011 | 110111 | 10110 |
Color Harmonies of #565519
Complementary color
Monochromatic Colors of #565519
Black with #565519
Text Example
Text Example
White with #565519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565519; }
p { color: rgb(86,85,25); }
H1.HeaderClassName
{
color: #565519;
}
.AnyTagClassName
{
color: #565519;
}
</style>
background-color css
<style>
a { background-color: #565519; }
a { background-color: rgb(86,85,25); }
div.DivClassName
{
background-color: #565519;
}
.BgClassName
{
background-color: #565519;
}
</style>
border-color css
<style>
span { border-color: #565519; }
span { border-color: rgb(86,85,25); }
td.TdClassName
{
border-color: #565519;
}
.TagClassName
{
border-color: #565519;
}
</style>