#506E47

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

Shades of Tom Thumb #506E47

Tints of Tom Thumb #506E47

Color information

#506E47 (or 0x506E47) is unknown color: approx Tom Thumb. HEX triplet: 50, 6E and 47. RGB value is (80,110,71). Sum of RGB (Red+Green+Blue) = 80+110+71=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 110 - color contains mainly: green. Hex color #506E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506E47 is #AF91B8. Grayscale: #606060. Windows color (decimal): -11506105 or 4681296. OLE color: 4681296.

HSL color Cylindrical-coordinate representation of color #506E47: hue angle of 106.15º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #506E47 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB8011071-
CMYK0.2700.350.57
HSL106.15º21.55%35.49%-
HSV(B)106.15º35.45%43.14%-
XYZ10.0213.318-
YUV96.58113.56116.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 110 (43.36% from 255) = 42.15%
BLUE value IS 71 (28.12% from 255) = 27.20%
R=30.65%
G=42.15%
B=27.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80110710.2700.350.57106.1521.5535.49
Hex506E471B023396a1623
Octal12015610733043711522643
Binary101000011011101000111110110100011111001110101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506E47; }

 p { color: rgb(80,110,71); }

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

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

 a { background-color: rgb(80,110,71); }

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

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

 span { border-color: rgb(80,110,71); }

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