#506246

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

Shades of Tom Thumb #506246

Tints of Tom Thumb #506246

Color information

#506246 (or 0x506246) is unknown color: approx Tom Thumb. HEX triplet: 50, 62 and 46. RGB value is (80,98,70). Sum of RGB (Red+Green+Blue) = 80+98+70=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #506246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506246 is #AF9DB9. Grayscale: #595959. Windows color (decimal): -11509178 or 4612688. OLE color: 4612688.

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

Color convert

RGB809870-
CMYK0.1800.290.62
HSL98.57º16.67%32.94%-
HSV(B)98.57º28.57%38.43%-
XYZ8.7810.887.43-
YUV89.43117.04121.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 98 (38.67% from 255) = 39.52%
BLUE value IS 70 (27.73% from 255) = 28.23%
R=32.26%
G=39.52%
B=28.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098700.1800.290.6298.5716.6732.94
Hex5062461201D3E631121
Octal12014210622035761432141
Binary10100001100010100011010010011101111110110001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506246; }

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

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

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

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

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

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

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

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