#50684B

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

Shades of Tom Thumb #50684B

Tints of Tom Thumb #50684B

Color information

#50684B (or 0x50684B) is unknown color: approx Tom Thumb. HEX triplet: 50, 68 and 4B. RGB value is (80,104,75). Sum of RGB (Red+Green+Blue) = 80+104+75=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #50684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50684B is #AF97B4. Grayscale: #5D5D5D. Windows color (decimal): -11507637 or 4941904. OLE color: 4941904.

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

Color convert

RGB8010475-
CMYK0.2300.280.59
HSL109.66º16.2%35.1%-
HSV(B)109.66º27.88%40.78%-
XYZ9.5312.118.49-
YUV93.52117.55118.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 75 (29.69% from 255) = 28.96%
R=30.89%
G=40.15%
B=28.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80104750.2300.280.59109.6616.235.1
Hex50684B1701C3B6e1023
Octal12015011327034731562043
Binary10100001101000100101110111011100111011110111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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