Html Css Color HEX #49683E Tom Thumb

📋 copy color: '#49683E'

red 73 ◦ green 104 ◦ blue 62

#49683E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tom Thumb #49683E

Tints of Tom Thumb #49683E

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 value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.59

RGB Variations

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

Color information

#49683E (or 0x49683E) is known color: 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

RGB 73 104 62 -
CMYK 0.30 0 0.40 0.59
HSL 104.29º 0.25% 0.33% -
HSV(B) 104.29º 0.4% 0.41% -
XYZ 8.57 11.66 6.36 -
YUV 89.94 112.23 115.92 -
System Red Green Blue C M Y K H S L
Decimal 73 104 62 0.30 0 0.40 0.59 104.29 0.25 0.33
Hex 49 68 3E 1E 0 28 3B 68 19 21
Octal 111 150 76 36 0 50 73 150 31 41
Binary 1001001 1101000 111110 11110 0 101000 111011 1101000 11001 100001

Color Harmonies of #49683E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49683E

Black with #49683E

Text Example


Text Example

White with #49683E

Text Example


Text Example

HTML Codes & Css Web 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>