#496042

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

Shades of Tom Thumb #496042

Tints of Tom Thumb #496042

Color information

#496042 (or 0x496042) is unknown color: approx Tom Thumb. HEX triplet: 49, 60 and 42. RGB value is (73,96,66). Sum of RGB (Red+Green+Blue) = 73+96+66=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #496042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496042 is #B69FBD. Grayscale: #555555. Windows color (decimal): -11968446 or 4350025. OLE color: 4350025.

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

Color convert

RGB739666-
CMYK0.2400.310.62
HSL106º18.52%31.76%-
HSV(B)106º31.25%37.65%-
XYZ7.9110.186.7-
YUV85.7116.88118.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.06%
GREEN value IS 96 (37.89% from 255) = 40.85%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=31.06%
G=40.85%
B=28.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396660.2400.310.6210618.5231.76
Hex4960421801F3E6a1320
Octal11114010230037761522340
Binary10010011100000100001011000011111111110110101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496042; }

 p { color: rgb(73,96,66); }

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

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

 a { background-color: rgb(73,96,66); }

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

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

 span { border-color: rgb(73,96,66); }

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