#555410

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

Shades of Army green #555410

Tints of Army green #555410

Color information

#555410 (or 0x555410) is unknown color: approx Army green. HEX triplet: 55, 54 and 10. RGB value is (85,84,16). Sum of RGB (Red+Green+Blue) = 85+84+16=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #555410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555410 is #AAABEF. Grayscale: #4C4C4C. Windows color (decimal): -11185136 or 1070165. OLE color: 1070165.

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

Color convert

RGB858416-
CMYK00.010.810.67
HSL59.13º68.32%19.8%-
HSV(B)59.13º81.18%33.33%-
XYZ7.018.311.72-
YUV76.5593.83134.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 84 (33.20% from 255) = 45.41%
BLUE value IS 16 (6.64% from 255) = 8.65%
R=45.95%
G=45.41%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85841600.010.810.6759.1368.3219.8
Hex5554100151433b4414
Octal12512420011211037310424
Binary10101011010100100000110100011000011111011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555410; }

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

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

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

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

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

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

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

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