#556E48

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

Shades of Tom Thumb #556E48

Tints of Tom Thumb #556E48

Color information

#556E48 (or 0x556E48) is unknown color: approx Tom Thumb. HEX triplet: 55, 6E and 48. RGB value is (85,110,72). Sum of RGB (Red+Green+Blue) = 85+110+72=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 110 - color contains mainly: green. Hex color #556E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556E48 is #AA91B7. Grayscale: #626262. Windows color (decimal): -11178424 or 4746837. OLE color: 4746837.

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

Color convert

RGB8511072-
CMYK0.2300.350.57
HSL99.47º20.88%35.69%-
HSV(B)99.47º34.55%43.14%-
XYZ10.4913.558.19-
YUV98.19113.22118.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 110 (43.36% from 255) = 41.20%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=31.84%
G=41.20%
B=26.97%

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
Decimal85110720.2300.350.5799.4720.8835.69
Hex556E481702339631524
Octal12515611027043711432544
Binary101010111011101001000101110100011111001110001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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