#556D4B

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

Shades of Tom Thumb #556D4B

Tints of Tom Thumb #556D4B

Color information

#556D4B (or 0x556D4B) is unknown color: approx Tom Thumb. HEX triplet: 55, 6D and 4B. RGB value is (85,109,75). Sum of RGB (Red+Green+Blue) = 85+109+75=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 109 - color contains mainly: green. Hex color #556D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556D4B is #AA92B4. Grayscale: #626262. Windows color (decimal): -11178677 or 4943189. OLE color: 4943189.

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

Color convert

RGB8510975-
CMYK0.2200.310.57
HSL102.35º18.48%36.08%-
HSV(B)102.35º31.19%42.75%-
XYZ10.4813.388.69-
YUV97.95115.05118.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.60%
GREEN value IS 109 (42.97% from 255) = 40.52%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=31.60%
G=40.52%
B=27.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85109750.2200.310.57102.3518.4836.08
Hex556D4B1601F39661224
Octal12515511326037711462244
Binary10101011101101100101110110011111111001110011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,109,75); }

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

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

 a { background-color: rgb(85,109,75); }

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

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

 span { border-color: rgb(85,109,75); }

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