#555510

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

Shades of Army green #555510

Tints of Army green #555510

Color information

#555510 (or 0x555510) is unknown color: approx Army green. HEX triplet: 55, 55 and 10. RGB value is (85,85,16). Sum of RGB (Red+Green+Blue) = 85+85+16=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555510 is #AAAAEF. Grayscale: #4D4D4D. Windows color (decimal): -11184880 or 1070421. OLE color: 1070421.

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

Color convert

RGB858516-
CMYK000.810.67
HSL60º68.32%19.8%-
HSV(B)60º81.18%33.33%-
XYZ7.098.471.75-
YUV77.1393.5133.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 16 (6.64% from 255) = 8.60%
R=45.70%
G=45.70%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858516000.810.676068.3219.8
Hex5555100051433c4414
Octal12512520001211037410424
Binary10101011010101100000010100011000011111100100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555510; }

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

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

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

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

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

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

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

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