#506541

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

Shades of Tom Thumb #506541

Tints of Tom Thumb #506541

Color information

#506541 (or 0x506541) is unknown color: approx Tom Thumb. HEX triplet: 50, 65 and 41. RGB value is (80,101,65). Sum of RGB (Red+Green+Blue) = 80+101+65=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 101 - color contains mainly: green. Hex color #506541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506541 is #AF9ABE. Grayscale: #5A5A5A. Windows color (decimal): -11508415 or 4285776. OLE color: 4285776.

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

Color convert

RGB8010165-
CMYK0.2100.360.60
HSL95º21.69%32.55%-
HSV(B)95º35.64%39.61%-
XYZ8.9211.396.73-
YUV90.62113.54120.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.52%
GREEN value IS 101 (39.84% from 255) = 41.06%
BLUE value IS 65 (25.78% from 255) = 26.42%
R=32.52%
G=41.06%
B=26.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80101650.2100.360.609521.6932.55
Hex506541150243C5f1621
Octal12014510125044741372641
Binary101000011001011000001101010100100111100101111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506541; }

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

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

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

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

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

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

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

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