#50634D

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

Shades of Tom Thumb #50634D

Tints of Tom Thumb #50634D

Color information

#50634D (or 0x50634D) is unknown color: approx Tom Thumb. HEX triplet: 50, 63 and 4D. RGB value is (80,99,77). Sum of RGB (Red+Green+Blue) = 80+99+77=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #50634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50634D is #AF9CB2. Grayscale: #5A5A5A. Windows color (decimal): -11508915 or 5071696. OLE color: 5071696.

HSL color Cylindrical-coordinate representation of color #50634D: hue angle of 111.82º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #50634D is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB809977-
CMYK0.1900.220.61
HSL111.82º12.5%34.51%-
HSV(B)111.82º22.22%38.82%-
XYZ9.1111.168.7-
YUV90.81120.21120.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=31.25%
G=38.67%
B=30.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099770.1900.220.61111.8212.534.51
Hex50634D130163D70d23
Octal12014311523026751601543
Binary1010000110001110011011001101011011110111100001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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