#465D40

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

Shades of Tom Thumb #465D40

Tints of Tom Thumb #465D40

Color information

#465D40 (or 0x465D40) is unknown color: approx Tom Thumb. HEX triplet: 46, 5D and 40. RGB value is (70,93,64). Sum of RGB (Red+Green+Blue) = 70+93+64=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 93 - color contains mainly: green. Hex color #465D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D40 is #B9A2BF. Grayscale: #525252. Windows color (decimal): -12165824 or 4218182. OLE color: 4218182.

HSL color Cylindrical-coordinate representation of color #465D40: hue angle of 107.59º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #465D40 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB709364-
CMYK0.2500.310.64
HSL107.59º18.47%30.78%-
HSV(B)107.59º31.18%36.47%-
XYZ7.379.56.3-
YUV82.82117.38118.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 93 (36.72% from 255) = 40.97%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=30.84%
G=40.97%
B=28.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7093640.2500.310.64107.5918.4730.78
Hex465D401901F406c121f
Octal106135100310371001542237
Binary10001101011101100000011001011111100000011011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465D40; }

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

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

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

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

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

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

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

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