#50684D

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

Shades of Tom Thumb #50684D

Tints of Tom Thumb #50684D

Color information

#50684D (or 0x50684D) is unknown color: approx Tom Thumb. HEX triplet: 50, 68 and 4D. RGB value is (80,104,77). Sum of RGB (Red+Green+Blue) = 80+104+77=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #50684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50684D is #AF97B2. Grayscale: #5D5D5D. Windows color (decimal): -11507635 or 5072976. OLE color: 5072976.

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

Color convert

RGB8010477-
CMYK0.2300.260.59
HSL113.33º14.92%35.49%-
HSV(B)113.33º25.96%40.78%-
XYZ9.612.148.86-
YUV93.75118.55118.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 77 (30.47% from 255) = 29.50%
R=30.65%
G=39.85%
B=29.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80104770.2300.260.59113.3314.9235.49
Hex50684D1701A3B71f23
Octal12015011527032731611743
Binary1010000110100010011011011101101011101111100011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50684D; }

 p { color: rgb(80,104,77); }

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

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

 a { background-color: rgb(80,104,77); }

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

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

 span { border-color: rgb(80,104,77); }

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