#466940

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

Shades of Tom Thumb #466940

Tints of Tom Thumb #466940

Color information

#466940 (or 0x466940) is unknown color: approx Tom Thumb. HEX triplet: 46, 69 and 40. RGB value is (70,105,64). Sum of RGB (Red+Green+Blue) = 70+105+64=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #466940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466940 is #B996BF. Grayscale: #595959. Windows color (decimal): -12162752 or 4221254. OLE color: 4221254.

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

Color convert

RGB7010564-
CMYK0.3300.390.59
HSL111.22º24.26%33.14%-
HSV(B)111.22º39.05%41.18%-
XYZ8.511.786.68-
YUV89.86113.4113.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 105 (41.41% from 255) = 43.93%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=29.29%
G=43.93%
B=26.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70105640.3300.390.59111.2224.2633.14
Hex466940210273B6f1821
Octal10615110041047731573041
Binary1000110110100110000001000010100111111011110111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466940; }

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

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

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

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

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

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

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

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