#555110

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

Shades of Army green #555110

Tints of Army green #555110

Color information

#555110 (or 0x555110) is unknown color: approx Army green. HEX triplet: 55, 51 and 10. RGB value is (85,81,16). Sum of RGB (Red+Green+Blue) = 85+81+16=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #555110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555110 is #AAAEEF. Grayscale: #4B4B4B. Windows color (decimal): -11185904 or 1069397. OLE color: 1069397.

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

Color convert

RGB858116-
CMYK00.050.810.67
HSL56.52º68.32%19.8%-
HSV(B)56.52º81.18%33.33%-
XYZ6.787.851.65-
YUV74.7994.83135.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 81 (32.03% from 255) = 44.51%
BLUE value IS 16 (6.64% from 255) = 8.79%
R=46.70%
G=44.51%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85811600.050.810.6756.5268.3219.8
Hex555110055143394414
Octal12512120051211037110424
Binary1010101101000110000010110100011000011111001100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555110; }

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

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

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

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

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

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

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

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