#556E47

Color #556E47 Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #556E47

Tints of Tom Thumb #556E47

Color information

#556E47 (or 0x556E47) is unknown color: approx Tom Thumb. HEX triplet: 55, 6E and 47. RGB value is (85,110,71). Sum of RGB (Red+Green+Blue) = 85+110+71=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 110 - color contains mainly: green. Hex color #556E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556E47 is #AA91B8. Grayscale: #626262. Windows color (decimal): -11178425 or 4681301. OLE color: 4681301.

HSL color Cylindrical-coordinate representation of color #556E47: hue angle of 98.46º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #556E47 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB8511071-
CMYK0.2300.350.57
HSL98.46º21.55%35.49%-
HSV(B)98.46º35.45%43.14%-
XYZ10.4613.548.02-
YUV98.08112.72118.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 110 (43.36% from 255) = 41.35%
BLUE value IS 71 (28.12% from 255) = 26.69%
R=31.95%
G=41.35%
B=26.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85110710.2300.350.5798.4621.5535.49
Hex556E471702339621623
Octal12515610727043711422643
Binary101010111011101000111101110100011111001110001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556E47; }

 p { color: rgb(85,110,71); }

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

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

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

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

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

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

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