#49693E

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

Shades of Tom Thumb #49693E

Tints of Tom Thumb #49693E

Color information

#49693E (or 0x49693E) is unknown color: approx Tom Thumb. HEX triplet: 49, 69 and 3E. RGB value is (73,105,62). Sum of RGB (Red+Green+Blue) = 73+105+62=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #49693E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49693E is #B696C1. Grayscale: #5A5A5A. Windows color (decimal): -11966146 or 4090185. OLE color: 4090185.

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

Color convert

RGB7310562-
CMYK0.3000.410.59
HSL104.65º25.75%32.75%-
HSV(B)104.65º40.95%41.18%-
XYZ8.6711.876.39-
YUV90.53111.9115.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 105 (41.41% from 255) = 43.75%
BLUE value IS 62 (24.61% from 255) = 25.83%
R=30.42%
G=43.75%
B=25.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105620.3000.410.59104.6525.7532.75
Hex49693E1E0293B691a21
Octal1111517636051731513241
Binary10010011101001111110111100101001111011110100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49693E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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