Shades of Army green #565C1A
Tints of Army green #565C1A
RGB
CMYK
RGB Variations
Color information
#565C1A (or 0x565C1A) is known color: Army green. HEX triplet: 56, 5C and 1A. RGB value is (86,92,26). Sum of RGB (Red+Green+Blue) = 86+92+26=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 92 - color contains mainly: green. Hex color #565C1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565C1A is #A9A3E5. Grayscale: #525252. Windows color (decimal): -11117542 or 1727574. OLE color: 1727574.
HSL color Cylindrical-coordinate representation of color #565C1A: hue angle of 65.45º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #565C1A is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 92 | 26 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.64 |
| HSL | 65.45º | 0.56% | 0.23% | - |
| HSV(B) | 65.45º | 0.72% | 0.36% | - |
| XYZ | 7.85 | 9.71 | 2.44 | - |
| YUV | 82.68 | 96.01 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 26 | 0.07 | 0 | 0.72 | 0.64 | 65.45 | 0.56 | 0.23 |
| Hex | 56 | 5C | 1A | 7 | 0 | 48 | 40 | 41 | 38 | 17 |
| Octal | 126 | 134 | 32 | 7 | 0 | 110 | 100 | 101 | 70 | 27 |
| Binary | 1010110 | 1011100 | 11010 | 111 | 0 | 1001000 | 1000000 | 1000001 | 111000 | 10111 |
Color Harmonies of #565C1A
Complementary color
Monochromatic Colors of #565C1A
Black with #565C1A
Text Example
Text Example
White with #565C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C1A; }
p { color: rgb(86,92,26); }
H1.HeaderClassName
{
color: #565C1A;
}
.AnyTagClassName
{
color: #565C1A;
}
</style>
background-color css
<style>
a { background-color: #565C1A; }
a { background-color: rgb(86,92,26); }
div.DivClassName
{
background-color: #565C1A;
}
.BgClassName
{
background-color: #565C1A;
}
</style>
border-color css
<style>
span { border-color: #565C1A; }
span { border-color: rgb(86,92,26); }
td.TdClassName
{
border-color: #565C1A;
}
.TagClassName
{
border-color: #565C1A;
}
</style>