#4D6B49

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

Shades of Tom Thumb #4D6B49

Tints of Tom Thumb #4D6B49

Color information

#4D6B49 (or 0x4D6B49) is unknown color: approx Tom Thumb. HEX triplet: 4D, 6B and 49. RGB value is (77,107,73). Sum of RGB (Red+Green+Blue) = 77+107+73=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6B49 is #B294B6. Grayscale: #5E5E5E. Windows color (decimal): -11703479 or 4811597. OLE color: 4811597.

HSL color Cylindrical-coordinate representation of color #4D6B49: hue angle of 112.94º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D6B49 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB7710773-
CMYK0.2800.320.58
HSL112.94º18.89%35.29%-
HSV(B)112.94º31.78%41.96%-
XYZ9.5212.578.23-
YUV94.15116.06115.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.96%
GREEN value IS 107 (42.19% from 255) = 41.63%
BLUE value IS 73 (28.91% from 255) = 28.40%
R=29.96%
G=41.63%
B=28.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77107730.2800.320.58112.9418.8935.29
Hex4D6B491C0203A711323
Octal11515311134040721612343
Binary100110111010111001001111000100000111010111000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D6B49; }

 p { color: rgb(77,107,73); }

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

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

 a { background-color: rgb(77,107,73); }

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

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

 span { border-color: rgb(77,107,73); }

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