#50624D

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

Shades of Tom Thumb #50624D

Tints of Tom Thumb #50624D

Color information

#50624D (or 0x50624D) is unknown color: approx Tom Thumb. HEX triplet: 50, 62 and 4D. RGB value is (80,98,77). Sum of RGB (Red+Green+Blue) = 80+98+77=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 98 - color contains mainly: green. Hex color #50624D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50624D is #AF9DB2. Grayscale: #5A5A5A. Windows color (decimal): -11509171 or 5071440. OLE color: 5071440.

HSL color Cylindrical-coordinate representation of color #50624D: hue angle of 111.43º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #50624D is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB809877-
CMYK0.1800.210.62
HSL111.43º12%34.31%-
HSV(B)111.43º21.43%38.43%-
XYZ9.0210.988.66-
YUV90.22120.54120.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.37%
GREEN value IS 98 (38.67% from 255) = 38.43%
BLUE value IS 77 (30.47% from 255) = 30.20%
R=31.37%
G=38.43%
B=30.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098770.1800.210.62111.431234.31
Hex50624D120153E6fc22
Octal12014211522025761571442
Binary1010000110001010011011001001010111111011011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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