#55561E

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

Shades of Army green #55561E

Tints of Army green #55561E

Color information

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

HSL color Cylindrical-coordinate representation of color #55561E: hue angle of 61.07º 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 #55561E is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB858630-
CMYK0.0100.650.66
HSL61.07º48.28%22.75%-
HSV(B)61.07º65.12%33.73%-
XYZ7.318.682.52-
YUV79.32100.17132.05-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8586300.0100.650.6661.0748.2822.75
Hex55561E1041423d3017
Octal1251263610101102756027
Binary1010101101011011110101000001100001011110111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55561E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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