#556F49

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

Shades of Tom Thumb #556F49

Tints of Tom Thumb #556F49

Color information

#556F49 (or 0x556F49) is unknown color: approx Tom Thumb. HEX triplet: 55, 6F and 49. RGB value is (85,111,73). Sum of RGB (Red+Green+Blue) = 85+111+73=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 111 - color contains mainly: green. Hex color #556F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556F49 is #AA90B6. Grayscale: #636363. Windows color (decimal): -11178167 or 4812629. OLE color: 4812629.

HSL color Cylindrical-coordinate representation of color #556F49: hue angle of 101.05º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #556F49 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB8511173-
CMYK0.2300.340.56
HSL101.05º20.65%36.08%-
HSV(B)101.05º34.23%43.53%-
XYZ10.6313.788.4-
YUV98.89113.39118.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.60%
GREEN value IS 111 (43.75% from 255) = 41.26%
BLUE value IS 73 (28.91% from 255) = 27.14%
R=31.60%
G=41.26%
B=27.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85111730.2300.340.56101.0520.6536.08
Hex556F491702238651524
Octal12515711127042701452544
Binary101010111011111001001101110100010111000110010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,111,73); }

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

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

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

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

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

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

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