#555211

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

Shades of Army green #555211

Tints of Army green #555211

Color information

#555211 (or 0x555211) is unknown color: approx Army green. HEX triplet: 55, 52 and 11. RGB value is (85,82,17). Sum of RGB (Red+Green+Blue) = 85+82+17=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #555211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555211 is #AAADEE. Grayscale: #4B4B4B. Windows color (decimal): -11185647 or 1135189. OLE color: 1135189.

HSL color Cylindrical-coordinate representation of color #555211: hue angle of 57.35º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #555211 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB858217-
CMYK00.040.800.67
HSL57.35º66.67%20%-
HSV(B)57.35º80%33.33%-
XYZ6.868.011.71-
YUV75.4994.99134.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 82 (32.42% from 255) = 44.57%
BLUE value IS 17 (7.03% from 255) = 9.24%
R=46.20%
G=44.57%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85821700.040.800.6757.3566.6720
Hex555211045043394314
Octal12512221041201037110324
Binary1010101101001010001010010100001000011111001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555211; }

 p { color: rgb(85,82,17); }

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

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

 a { background-color: rgb(85,82,17); }

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

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

 span { border-color: rgb(85,82,17); }

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