#556F48

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

Shades of Tom Thumb #556F48

Tints of Tom Thumb #556F48

Color information

#556F48 (or 0x556F48) is unknown color: approx Tom Thumb. HEX triplet: 55, 6F and 48. RGB value is (85,111,72). Sum of RGB (Red+Green+Blue) = 85+111+72=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 111 - color contains mainly: green. Hex color #556F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556F48 is #AA90B7. Grayscale: #626262. Windows color (decimal): -11178168 or 4747093. OLE color: 4747093.

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

Color convert

RGB8511172-
CMYK0.2300.350.56
HSL100º21.31%35.88%-
HSV(B)100º35.14%43.53%-
XYZ10.613.778.23-
YUV98.78112.89118.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.72%
GREEN value IS 111 (43.75% from 255) = 41.42%
BLUE value IS 72 (28.52% from 255) = 26.87%
R=31.72%
G=41.42%
B=26.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85111720.2300.350.5610021.3135.88
Hex556F481702338641524
Octal12515711027043701442544
Binary101010111011111001000101110100011111000110010010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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