#466840

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

Shades of Tom Thumb #466840

Tints of Tom Thumb #466840

Color information

#466840 (or 0x466840) is unknown color: approx Tom Thumb. HEX triplet: 46, 68 and 40. RGB value is (70,104,64). Sum of RGB (Red+Green+Blue) = 70+104+64=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #466840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466840 is #B997BF. Grayscale: #595959. Windows color (decimal): -12163008 or 4220998. OLE color: 4220998.

HSL color Cylindrical-coordinate representation of color #466840: hue angle of 111º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #466840 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB7010464-
CMYK0.3300.380.59
HSL111º23.81%32.94%-
HSV(B)111º38.46%40.78%-
XYZ8.411.576.64-
YUV89.27113.74114.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.41%
GREEN value IS 104 (41.02% from 255) = 43.70%
BLUE value IS 64 (25.39% from 255) = 26.89%
R=29.41%
G=43.70%
B=26.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70104640.3300.380.5911123.8132.94
Hex466840210263B6f1821
Octal10615010041046731573041
Binary1000110110100010000001000010100110111011110111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466840; }

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

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

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

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

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

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

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

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