#496A3E

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

Shades of Tom Thumb #496A3E

Tints of Tom Thumb #496A3E

Color information

#496A3E (or 0x496A3E) is unknown color: approx Tom Thumb. HEX triplet: 49, 6A and 3E. RGB value is (73,106,62). Sum of RGB (Red+Green+Blue) = 73+106+62=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #496A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496A3E is #B695C1. Grayscale: #5B5B5B. Windows color (decimal): -11965890 or 4090441. OLE color: 4090441.

HSL color Cylindrical-coordinate representation of color #496A3E: hue angle of 105º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #496A3E is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB7310662-
CMYK0.3100.420.58
HSL105º26.19%32.94%-
HSV(B)105º41.51%41.57%-
XYZ8.7712.076.43-
YUV91.12111.57115.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.29%
GREEN value IS 106 (41.80% from 255) = 43.98%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=30.29%
G=43.98%
B=25.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73106620.3100.420.5810526.1932.94
Hex496A3E1F02A3A691a21
Octal1111527637052721513241
Binary10010011101010111110111110101010111010110100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496A3E; }

 p { color: rgb(73,106,62); }

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

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

 a { background-color: rgb(73,106,62); }

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

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

 span { border-color: rgb(73,106,62); }

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