#56611A

Color #56611A Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #56611A

Tints of Army green #56611A

Color information

#56611A (or 0x56611A) is unknown color: approx Army green. HEX triplet: 56, 61 and 1A. RGB value is (86,97,26). Sum of RGB (Red+Green+Blue) = 86+97+26=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #56611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56611A is #A99EE5. Grayscale: #555555. Windows color (decimal): -11116262 or 1728854. OLE color: 1728854.

HSL color Cylindrical-coordinate representation of color #56611A: hue angle of 69.3º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56611A is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB869726-
CMYK0.1100.730.62
HSL69.3º57.72%24.12%-
HSV(B)69.3º73.2%38.04%-
XYZ8.310.62.59-
YUV85.6294.36128.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 41.15%
GREEN value IS 97 (38.28% from 255) = 46.41%
BLUE value IS 26 (10.55% from 255) = 12.44%
R=41.15%
G=46.41%
B=12.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8697260.1100.730.6269.357.7224.12
Hex56611AB0493E453a18
Octal12614132130111761057230
Binary1010110110000111010101101001001111110100010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56611A; }

 p { color: rgb(86,97,26); }

 H1.HeaderClassName
 {
   color: #56611A;
 }
 .AnyTagClassName
 {
   color: #56611A;
 }
</style>
background-color css

<style>
 a { background-color: #56611A; }

 a { background-color: rgb(86,97,26); }

 div.DivClassName
 {
   background-color: #56611A;
 }
 .BgClassName
 {
   background-color: #56611A;
 }
</style>
border-color css

<style>
 span { border-color: #56611A; }

 span { border-color: rgb(86,97,26); }

 td.TdClassName
 {
   border-color: #56611A;
 }
 .TagClassName
 {
   border-color: #56611A;
 }
</style>