#4D5F46

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

Shades of Tom Thumb #4D5F46

Tints of Tom Thumb #4D5F46

Color information

#4D5F46 (or 0x4D5F46) is unknown color: approx Tom Thumb. HEX triplet: 4D, 5F and 46. RGB value is (77,95,70). Sum of RGB (Red+Green+Blue) = 77+95+70=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 95 - color contains mainly: green. Hex color #4D5F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5F46 is #B2A0B9. Grayscale: #565656. Windows color (decimal): -11706554 or 4611917. OLE color: 4611917.

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

Color convert

RGB779570-
CMYK0.1900.260.63
HSL103.2º15.15%32.35%-
HSV(B)103.2º26.32%37.25%-
XYZ8.2610.27.33-
YUV86.77118.54121.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.82%
GREEN value IS 95 (37.5% from 255) = 39.26%
BLUE value IS 70 (27.73% from 255) = 28.93%
R=31.82%
G=39.26%
B=28.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7795700.1900.260.63103.215.1532.35
Hex4D5F461301A3F67f20
Octal11513710623032771471740
Binary1001101101111110001101001101101011111111001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,95,70); }

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

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

 a { background-color: rgb(77,95,70); }

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

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

 span { border-color: rgb(77,95,70); }

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