#56551E

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

Shades of Army green #56551E

Tints of Army green #56551E

Color information

#56551E (or 0x56551E) is unknown color: approx Army green. HEX triplet: 56, 55 and 1E. RGB value is (86,85,30). Sum of RGB (Red+Green+Blue) = 86+85+30=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #56551E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56551E is #A9AAE1. Grayscale: #4F4F4F. Windows color (decimal): -11119330 or 1987926. OLE color: 1987926.

HSL color Cylindrical-coordinate representation of color #56551E: hue angle of 58.93º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56551E is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB868530-
CMYK00.010.650.66
HSL58.93º48.28%22.75%-
HSV(B)58.93º65.12%33.73%-
XYZ7.328.572.5-
YUV79.03100.33132.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.79%
GREEN value IS 85 (33.59% from 255) = 42.29%
BLUE value IS 30 (12.11% from 255) = 14.93%
R=42.79%
G=42.29%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86853000.010.650.6658.9348.2822.75
Hex56551E0141423b3017
Octal1261253601101102736027
Binary1010110101010111110011000001100001011101111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56551E; }

 p { color: rgb(86,85,30); }

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

<style>
 a { background-color: #56551E; }

 a { background-color: rgb(86,85,30); }

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

<style>
 span { border-color: #56551E; }

 span { border-color: rgb(86,85,30); }

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