#556748

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

Shades of Tom Thumb #556748

Tints of Tom Thumb #556748

Color information

#556748 (or 0x556748) is unknown color: approx Tom Thumb. HEX triplet: 55, 67 and 48. RGB value is (85,103,72). Sum of RGB (Red+Green+Blue) = 85+103+72=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 103 - color contains mainly: green. Hex color #556748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556748 is #AA98B7. Grayscale: #5E5E5E. Windows color (decimal): -11180216 or 4745045. OLE color: 4745045.

HSL color Cylindrical-coordinate representation of color #556748: hue angle of 94.84º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #556748 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB8510372-
CMYK0.1700.300.60
HSL94.84º17.71%34.31%-
HSV(B)94.84º30.1%40.39%-
XYZ9.7712.17.95-
YUV94.08115.54121.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.69%
GREEN value IS 103 (40.62% from 255) = 39.62%
BLUE value IS 72 (28.52% from 255) = 27.69%
R=32.69%
G=39.62%
B=27.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85103720.1700.300.6094.8417.7134.31
Hex5567481101E3C5f1222
Octal12514711021036741372242
Binary10101011100111100100010001011110111100101111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556748; }

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

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

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

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

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

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

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

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