#556848

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

Shades of Tom Thumb #556848

Tints of Tom Thumb #556848

Color information

#556848 (or 0x556848) is unknown color: approx Tom Thumb. HEX triplet: 55, 68 and 48. RGB value is (85,104,72). Sum of RGB (Red+Green+Blue) = 85+104+72=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #556848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556848 is #AA97B7. Grayscale: #5E5E5E. Windows color (decimal): -11179960 or 4745301. OLE color: 4745301.

HSL color Cylindrical-coordinate representation of color #556848: hue angle of 95.62º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #556848 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB8510472-
CMYK0.1800.310.59
HSL95.62º18.18%34.51%-
HSV(B)95.62º30.77%40.78%-
XYZ9.8712.37.98-
YUV94.67115.21121.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.57%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 72 (28.52% from 255) = 27.59%
R=32.57%
G=39.85%
B=27.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104720.1800.310.5995.6218.1834.51
Hex5568481201F3B601223
Octal12515011022037731402243
Binary10101011101000100100010010011111111011110000010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556848; }

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

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

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

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

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

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

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

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