#55561A

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

Shades of Army green #55561A

Tints of Army green #55561A

Color information

#55561A (or 0x55561A) is unknown color: approx Army green. HEX triplet: 55, 56 and 1A. RGB value is (85,86,26). Sum of RGB (Red+Green+Blue) = 85+86+26=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 86 - color contains mainly: green. Hex color #55561A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55561A is #AAA9E5. Grayscale: #4F4F4F. Windows color (decimal): -11184614 or 1726037. OLE color: 1726037.

HSL color Cylindrical-coordinate representation of color #55561A: hue angle of 61º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55561A is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB858626-
CMYK0.0100.700.66
HSL61º53.57%21.96%-
HSV(B)61º69.77%33.73%-
XYZ7.268.662.27-
YUV78.8698.17132.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 26 (10.55% from 255) = 13.20%
R=43.15%
G=43.65%
B=13.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8586260.0100.700.666153.5721.96
Hex55561A1046423d3616
Octal1251263210106102756626
Binary1010101101011011010101000110100001011110111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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