#506249

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

Shades of Tom Thumb #506249

Tints of Tom Thumb #506249

Color information

#506249 (or 0x506249) is unknown color: approx Tom Thumb. HEX triplet: 50, 62 and 49. RGB value is (80,98,73). Sum of RGB (Red+Green+Blue) = 80+98+73=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 98 - color contains mainly: green. Hex color #506249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506249 is #AF9DB6. Grayscale: #595959. Windows color (decimal): -11509175 or 4809296. OLE color: 4809296.

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

Color convert

RGB809873-
CMYK0.1800.260.62
HSL103.2º14.62%33.53%-
HSV(B)103.2º25.51%38.43%-
XYZ8.8810.927.94-
YUV89.77118.54121.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.87%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 73 (28.91% from 255) = 29.08%
R=31.87%
G=39.04%
B=29.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098730.1800.260.62103.214.6233.53
Hex5062491201A3E67f22
Octal12014211122032761471742
Binary1010000110001010010011001001101011111011001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506249; }

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

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

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

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

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

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

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

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