#496444

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

Shades of Tom Thumb #496444

Tints of Tom Thumb #496444

Color information

#496444 (or 0x496444) is unknown color: approx Tom Thumb. HEX triplet: 49, 64 and 44. RGB value is (73,100,68). Sum of RGB (Red+Green+Blue) = 73+100+68=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 100 - color contains mainly: green. Hex color #496444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496444 is #B69BBB. Grayscale: #585858. Windows color (decimal): -11967420 or 4482121. OLE color: 4482121.

HSL color Cylindrical-coordinate representation of color #496444: hue angle of 110.62º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496444 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB7310068-
CMYK0.2700.320.61
HSL110.62º19.05%32.94%-
HSV(B)110.62º32%39.22%-
XYZ8.3510.957.14-
YUV88.28116.55117.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.29%
GREEN value IS 100 (39.45% from 255) = 41.49%
BLUE value IS 68 (26.95% from 255) = 28.22%
R=30.29%
G=41.49%
B=28.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73100680.2700.320.61110.6219.0532.94
Hex4964441B0203D6f1321
Octal11114410433040751572341
Binary100100111001001000100110110100000111101110111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496444; }

 p { color: rgb(73,100,68); }

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

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

 a { background-color: rgb(73,100,68); }

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

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

 span { border-color: rgb(73,100,68); }

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