#555511

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

Shades of Army green #555511

Tints of Army green #555511

Color information

#555511 (or 0x555511) is unknown color: approx Army green. HEX triplet: 55, 55 and 11. RGB value is (85,85,17). Sum of RGB (Red+Green+Blue) = 85+85+17=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555511 is #AAAAEE. Grayscale: #4D4D4D. Windows color (decimal): -11184879 or 1135957. OLE color: 1135957.

HSL color Cylindrical-coordinate representation of color #555511: hue angle of 60º 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 #555511 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB858517-
CMYK000.800.67
HSL60º66.67%20%-
HSV(B)60º80%33.33%-
XYZ7.18.471.79-
YUV77.2594133.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 17 (7.03% from 255) = 9.09%
R=45.45%
G=45.45%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858517000.800.676066.6720
Hex5555110050433c4314
Octal12512521001201037410324
Binary10101011010101100010010100001000011111100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555511; }

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

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

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

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

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

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

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

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