Html Css Color HEX #49693F Tom Thumb

📋 copy color: '#49693F'

red 73 ◦ green 105 ◦ blue 63

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

Shades of Tom Thumb #49693F

Tints of Tom Thumb #49693F

RGB

 RED value IS 73 (28.91% from 255) = 30.29%

 GREEN value IS 105 (41.41% from 255) = 43.57%

 BLUE value IS 63 (25% from 255) = 26.14%

R = 30.29%
G = 43.57%
B = 26.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#49693F (or 0x49693F) is known color: Tom Thumb. HEX triplet: 49, 69 and 3F. RGB value is (73,105,63). Sum of RGB (Red+Green+Blue) = 73+105+63=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #49693F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49693F is #B696C0. Grayscale: #5A5A5A. Windows color (decimal): -11966145 or 4155721. OLE color: 4155721.

HSL color Cylindrical-coordinate representation of color #49693F: hue angle of 105.71º 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 #49693F is Cyan = 0.30, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 105 63 -
CMYK 0.30 0 0.4 0.59
HSL 105.71º 0.25% 0.33% -
HSV(B) 105.71º 0.4% 0.41% -
XYZ 8.7 11.88 6.54 -
YUV 90.64 112.4 115.42 -
System Red Green Blue C M Y K H S L
Decimal 73 105 63 0.30 0 0.4 0.59 105.71 0.25 0.33
Hex 49 69 3F 1E 0 28 3B 6A 19 21
Octal 111 151 77 36 0 50 73 152 31 41
Binary 1001001 1101001 111111 11110 0 101000 111011 1101010 11001 100001

Color Harmonies of #49693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49693F

Black with #49693F

Text Example


Text Example

White with #49693F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49693F;
 }
 .AnyTagClassName
 {
   color: #49693F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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