#496041

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

Shades of Tom Thumb #496041

Tints of Tom Thumb #496041

Color information

#496041 (or 0x496041) is unknown color: approx Tom Thumb. HEX triplet: 49, 60 and 41. RGB value is (73,96,65). Sum of RGB (Red+Green+Blue) = 73+96+65=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #496041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496041 is #B69FBE. Grayscale: #555555. Windows color (decimal): -11968447 or 4284489. OLE color: 4284489.

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

Color convert

RGB739665-
CMYK0.2400.320.62
HSL104.52º19.25%31.57%-
HSV(B)104.52º32.29%37.65%-
XYZ7.8810.166.55-
YUV85.59116.38119.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 65 (25.78% from 255) = 27.78%
R=31.20%
G=41.03%
B=27.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396650.2400.320.62104.5219.2531.57
Hex496041180203E691320
Octal11114010130040761512340
Binary100100111000001000001110000100000111110110100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496041; }

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

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

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

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

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

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

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

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