Shades of Army green #565812
Tints of Army green #565812
RGB
CMYK
RGB Variations
Color information
#565812 (or 0x565812) is known color: Army green. HEX triplet: 56, 58 and 12. RGB value is (86,88,18). Sum of RGB (Red+Green+Blue) = 86+88+18=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #565812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565812 is #A9A7ED. Grayscale: #4F4F4F. Windows color (decimal): -11118574 or 1202262. OLE color: 1202262.
HSL color Cylindrical-coordinate representation of color #565812: hue angle of 61.71º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #565812 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 88 | 18 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.65 |
| HSL | 61.71º | 0.66% | 0.21% | - |
| HSV(B) | 61.71º | 0.8% | 0.35% | - |
| XYZ | 7.44 | 9 | 1.92 | - |
| YUV | 79.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 18 | 0.02 | 0 | 0.80 | 0.65 | 61.71 | 0.66 | 0.21 |
| Hex | 56 | 58 | 12 | 2 | 0 | 50 | 41 | 3E | 42 | 15 |
| Octal | 126 | 130 | 22 | 2 | 0 | 120 | 101 | 76 | 102 | 25 |
| Binary | 1010110 | 1011000 | 10010 | 10 | 0 | 1010000 | 1000001 | 111110 | 1000010 | 10101 |
Color Harmonies of #565812
Complementary color
Monochromatic Colors of #565812
Black with #565812
Text Example
Text Example
White with #565812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565812; }
p { color: rgb(86,88,18); }
H1.HeaderClassName
{
color: #565812;
}
.AnyTagClassName
{
color: #565812;
}
</style>
background-color css
<style>
a { background-color: #565812; }
a { background-color: rgb(86,88,18); }
div.DivClassName
{
background-color: #565812;
}
.BgClassName
{
background-color: #565812;
}
</style>
border-color css
<style>
span { border-color: #565812; }
span { border-color: rgb(86,88,18); }
td.TdClassName
{
border-color: #565812;
}
.TagClassName
{
border-color: #565812;
}
</style>