#506C46

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

Shades of Tom Thumb #506C46

Tints of Tom Thumb #506C46

Color information

#506C46 (or 0x506C46) is unknown color: approx Tom Thumb. HEX triplet: 50, 6C and 46. RGB value is (80,108,70). Sum of RGB (Red+Green+Blue) = 80+108+70=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 108 - color contains mainly: green. Hex color #506C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506C46 is #AF93B9. Grayscale: #5F5F5F. Windows color (decimal): -11506618 or 4615248. OLE color: 4615248.

HSL color Cylindrical-coordinate representation of color #506C46: hue angle of 104.21º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #506C46 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB8010870-
CMYK0.2600.350.58
HSL104.21º21.35%34.9%-
HSV(B)104.21º35.19%42.35%-
XYZ9.7812.877.76-
YUV95.3113.72117.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 108 (42.58% from 255) = 41.86%
BLUE value IS 70 (27.73% from 255) = 27.13%
R=31.01%
G=41.86%
B=27.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80108700.2600.350.58104.2121.3534.9
Hex506C461A0233A681523
Octal12015410632043721502543
Binary101000011011001000110110100100011111010110100010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506C46; }

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

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

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

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

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

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

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

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