#49683E

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

Shades of Tom Thumb #49683E

Tints of Tom Thumb #49683E

Color information

#49683E (or 0x49683E) is unknown color: approx Tom Thumb. HEX triplet: 49, 68 and 3E. RGB value is (73,104,62). Sum of RGB (Red+Green+Blue) = 73+104+62=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #49683E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49683E is #B697C1. Grayscale: #5A5A5A. Windows color (decimal): -11966402 or 4089929. OLE color: 4089929.

HSL color Cylindrical-coordinate representation of color #49683E: hue angle of 104.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49683E is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB7310462-
CMYK0.3000.400.59
HSL104.29º25.3%32.55%-
HSV(B)104.29º40.38%40.78%-
XYZ8.5711.666.36-
YUV89.94112.23115.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 62 (24.61% from 255) = 25.94%
R=30.54%
G=43.51%
B=25.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104620.3000.400.59104.2925.332.55
Hex49683E1E0283B681921
Octal1111507636050731503141
Binary10010011101000111110111100101000111011110100011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49683E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49683E; }

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

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

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

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

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

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

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

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