#555210

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

Shades of Army green #555210

Tints of Army green #555210

Color information

#555210 (or 0x555210) is unknown color: approx Army green. HEX triplet: 55, 52 and 10. RGB value is (85,82,16). Sum of RGB (Red+Green+Blue) = 85+82+16=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #555210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555210 is #AAADEF. Grayscale: #4B4B4B. Windows color (decimal): -11185648 or 1069653. OLE color: 1069653.

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

Color convert

RGB858216-
CMYK00.040.810.67
HSL57.39º68.32%19.8%-
HSV(B)57.39º81.18%33.33%-
XYZ6.8681.67-
YUV75.3794.49134.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 82 (32.42% from 255) = 44.81%
BLUE value IS 16 (6.64% from 255) = 8.74%
R=46.45%
G=44.81%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85821600.040.810.6757.3968.3219.8
Hex555210045143394414
Octal12512220041211037110424
Binary1010101101001010000010010100011000011111001100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555210; }

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

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

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

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

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

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

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

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