#465740

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

Shades of Tom Thumb #465740

Tints of Tom Thumb #465740

Color information

#465740 (or 0x465740) is unknown color: approx Tom Thumb. HEX triplet: 46, 57 and 40. RGB value is (70,87,64). Sum of RGB (Red+Green+Blue) = 70+87+64=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 87 - color contains mainly: green. Hex color #465740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465740 is #B9A8BF. Grayscale: #4F4F4F. Windows color (decimal): -12167360 or 4216646. OLE color: 4216646.

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

Color convert

RGB708764-
CMYK0.2000.260.66
HSL104.35º15.23%29.61%-
HSV(B)104.35º26.44%34.12%-
XYZ6.868.496.13-
YUV79.3119.37121.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 87 (34.38% from 255) = 39.37%
BLUE value IS 64 (25.39% from 255) = 28.96%
R=31.67%
G=39.37%
B=28.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7087640.2000.260.66104.3515.2329.61
Hex4657401401A4268f1e
Octal106127100240321021501736
Binary1000110101011110000001010001101010000101101000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465740; }

 p { color: rgb(70,87,64); }

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

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

 a { background-color: rgb(70,87,64); }

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

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

 span { border-color: rgb(70,87,64); }

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