#506741

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

Shades of Tom Thumb #506741

Tints of Tom Thumb #506741

Color information

#506741 (or 0x506741) is unknown color: approx Tom Thumb. HEX triplet: 50, 67 and 41. RGB value is (80,103,65). Sum of RGB (Red+Green+Blue) = 80+103+65=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 103 - color contains mainly: green. Hex color #506741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506741 is #AF98BE. Grayscale: #5B5B5B. Windows color (decimal): -11507903 or 4286288. OLE color: 4286288.

HSL color Cylindrical-coordinate representation of color #506741: hue angle of 96.32º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #506741 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB8010365-
CMYK0.2200.370.60
HSL96.32º22.62%32.94%-
HSV(B)96.32º36.89%40.39%-
XYZ9.1111.796.8-
YUV91.79112.88119.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 103 (40.62% from 255) = 41.53%
BLUE value IS 65 (25.78% from 255) = 26.21%
R=32.26%
G=41.53%
B=26.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80103650.2200.370.6096.3222.6232.94
Hex506741160253C601721
Octal12014710126045741402741
Binary101000011001111000001101100100101111100110000010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506741; }

 p { color: rgb(80,103,65); }

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

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

 a { background-color: rgb(80,103,65); }

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

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

 span { border-color: rgb(80,103,65); }

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