#466240

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

Shades of Tom Thumb #466240

Tints of Tom Thumb #466240

Color information

#466240 (or 0x466240) is unknown color: approx Tom Thumb. HEX triplet: 46, 62 and 40. RGB value is (70,98,64). Sum of RGB (Red+Green+Blue) = 70+98+64=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #466240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466240 is #B99DBF. Grayscale: #555555. Windows color (decimal): -12164544 or 4219462. OLE color: 4219462.

HSL color Cylindrical-coordinate representation of color #466240: hue angle of 109.41º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #466240 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB709864-
CMYK0.2900.350.62
HSL109.41º20.99%31.76%-
HSV(B)109.41º34.69%38.43%-
XYZ7.8210.416.45-
YUV85.75115.72116.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=30.17%
G=42.24%
B=27.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7098640.2900.350.62109.4120.9931.76
Hex4662401D0233E6d1520
Octal10614210035043761552540
Binary100011011000101000000111010100011111110110110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466240; }

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

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

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

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

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

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

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

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