#466040

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

Shades of Tom Thumb #466040

Tints of Tom Thumb #466040

Color information

#466040 (or 0x466040) is unknown color: approx Tom Thumb. HEX triplet: 46, 60 and 40. RGB value is (70,96,64). Sum of RGB (Red+Green+Blue) = 70+96+64=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #466040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466040 is #B99FBF. Grayscale: #545454. Windows color (decimal): -12165056 or 4218950. OLE color: 4218950.

HSL color Cylindrical-coordinate representation of color #466040: hue angle of 108.75º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466040 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB709664-
CMYK0.2700.330.62
HSL108.75º20%31.37%-
HSV(B)108.75º33.33%37.65%-
XYZ7.6310.046.39-
YUV84.58116.39117.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=30.43%
G=41.74%
B=27.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096640.2700.330.62108.752031.37
Hex4660401B0213E6d141f
Octal10614010033041761552437
Binary10001101100000100000011011010000111111011011011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466040; }

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

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

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

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

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

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

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

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