#496745

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

Shades of Tom Thumb #496745

Tints of Tom Thumb #496745

Color information

#496745 (or 0x496745) is unknown color: approx Tom Thumb. HEX triplet: 49, 67 and 45. RGB value is (73,103,69). Sum of RGB (Red+Green+Blue) = 73+103+69=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 103 - color contains mainly: green. Hex color #496745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496745 is #B698BA. Grayscale: #5A5A5A. Windows color (decimal): -11966651 or 4548425. OLE color: 4548425.

HSL color Cylindrical-coordinate representation of color #496745: hue angle of 112.94º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #496745 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.

Color convert

RGB7310369-
CMYK0.2900.330.60
HSL112.94º19.77%33.73%-
HSV(B)112.94º33.01%40.39%-
XYZ8.6711.557.4-
YUV90.15116.06115.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 103 (40.62% from 255) = 42.04%
BLUE value IS 69 (27.34% from 255) = 28.16%
R=29.80%
G=42.04%
B=28.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73103690.2900.330.60112.9419.7733.73
Hex4967451D0213C711422
Octal11114710535041741612442
Binary100100111001111000101111010100001111100111000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496745; }

 p { color: rgb(73,103,69); }

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

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

 a { background-color: rgb(73,103,69); }

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

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

 span { border-color: rgb(73,103,69); }

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