#4D5E45

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

Shades of Tom Thumb #4D5E45

Tints of Tom Thumb #4D5E45

Color information

#4D5E45 (or 0x4D5E45) is unknown color: approx Tom Thumb. HEX triplet: 4D, 5E and 45. RGB value is (77,94,69). Sum of RGB (Red+Green+Blue) = 77+94+69=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 94 - color contains mainly: green. Hex color #4D5E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5E45 is #B2A1BA. Grayscale: #565656. Windows color (decimal): -11706811 or 4546125. OLE color: 4546125.

HSL color Cylindrical-coordinate representation of color #4D5E45: hue angle of 100.8º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D5E45 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB779469-
CMYK0.1800.270.63
HSL100.8º15.34%31.96%-
HSV(B)100.8º26.6%36.86%-
XYZ8.1410.017.13-
YUV86.07118.37121.53-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.08%
GREEN value IS 94 (37.11% from 255) = 39.17%
BLUE value IS 69 (27.34% from 255) = 28.75%
R=32.08%
G=39.17%
B=28.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7794690.1800.270.63100.815.3431.96
Hex4D5E451201B3F65f20
Octal11513610522033771451740
Binary1001101101111010001011001001101111111111001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,94,69); }

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

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

 a { background-color: rgb(77,94,69); }

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

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

 span { border-color: rgb(77,94,69); }

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