#4D5A47

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

Shades of Tom Thumb #4D5A47

Tints of Tom Thumb #4D5A47

Color information

#4D5A47 (or 0x4D5A47) is unknown color: approx Tom Thumb. HEX triplet: 4D, 5A and 47. RGB value is (77,90,71). Sum of RGB (Red+Green+Blue) = 77+90+71=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5A47 is #B2A5B8. Grayscale: #545454. Windows color (decimal): -11707833 or 4676173. OLE color: 4676173.

HSL color Cylindrical-coordinate representation of color #4D5A47: hue angle of 101.05º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D5A47 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB779071-
CMYK0.1400.210.65
HSL101.05º11.8%31.57%-
HSV(B)101.05º21.11%35.29%-
XYZ7.859.357.35-
YUV83.95120.69123.04-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.35%
GREEN value IS 90 (35.55% from 255) = 37.82%
BLUE value IS 71 (28.12% from 255) = 29.83%
R=32.35%
G=37.82%
B=29.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7790710.1400.210.65101.0511.831.57
Hex4D5A47E0154165c20
Octal115132107160251011451440
Binary1001101101101010001111110010101100000111001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,90,71); }

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

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

 a { background-color: rgb(77,90,71); }

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

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

 span { border-color: rgb(77,90,71); }

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