@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#49a57d hex color - Green - Cool color - Information

#49a57d hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #49a57d Color code in RGB color code model is created after adding 28.63% red color, 64.71% green color and 49.02% blue color. Hex #49a57d Color code in CMYK color (process color) code model is generated after subtraction of 56% cyan, 0% magenta, 24% yellow and 35.29% black.

Hex #49a57d color code is between #44aa77 web safe hex color code and #559988 web safe hex color code. #44aa77 is the nearest web safe color code. You can see here many more shades of #49a57d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 49a57d #49a57d
RGB Decimal 73, 165, 125 rgb(73, 165, 125)
RGB Percent 29%, 65%, 49% rgb(29%, 65%, 49%)
CSS RGBa 73, 165, 125,1 rgba(73,165,125,1)
CMYK Model cmyk(56%,0%,24%,35.29%)
HSL Color Space 154,39% ,47% hsl(154,39% ,47%)
HSV Color Space 154°, 56%, 65%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01001001 10100101 01111101
Octal 111 245 175
Decimal 73 165 125
Hex 49 a5 7d

Different shades of #49a57d color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #49a57d
#66bb96
Dark Shade of #49a57d
#398262
Saturated Shade of #49a57d
#3db17f
Desaturated Shade of #49a57d
#55997b
Grey scale Shade of #49a57d
#777777
Brighten Shade
#62be96
Most Readable Shade
#000000

Shades of #49a57d color code

Generate more color scales with scales (color stack) generator.

#49a57d
#40926f
#388061
#306e53
#285b45
#204937
#183729
#10241b
#08120d
#000000

Similar Color like #49a57d color

Find visually similar hex color codes nearing to #49a57d hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#4aa67e
#4ba77f
#4ca880
#4da981
#4eaa82
#4fab83
#50ac84
#51ad85
#52ae86
#53af87
#54b088
#55b189
#56b28a
#57b38b
#48a47c
#47a37b
#46a27a
#45a179
#44a078
#439f77
#429e76
#419d75
#409c74
#3f9b73
#3e9a72
#3d9971
#3c9870
#3b976f

Monochromatic Color with #49a57d

#49a57d
#5ccf9d
#6ffabd
#11251c
#23503d
#367a5d

Tints of #49a57d Color

#49a57d
#5daf8b
#71b999
#85c3a8
#99cdb6
#aed7c5
#c2e1d3
#d6ebe2
#eaf5f0
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#49a57d
#a54971

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#49a57d
#a5499f
#a54f49

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#49a558
#49a56b
#49a57d
#49a58f
#49a5a2

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#49a57d
#7d49a5
#a57d49

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#49a57d
#4f49a5
#a54971
#9fa549

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#49a57d
#a54971
#a54f49
#499fa5

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #49a57d Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#49a57d Color Code Preview on Black Background Color

This is how #49a57d Color will look on black background color. Color contrast ratio is 6.96

#49a57d in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#49a57d">Your Example Paragraph content text in with font color #49a57d </p>

Your Example Paragraph content text in with font color #49a57d

HTML with inline CSS

<div style="color:#49a57d">Your Paragraph text in with font color #49a57d </div>

Your Example Paragraph content text in with font color #49a57d

#49a57d color code is use for CSS Background Color

Background color for the above div is #49a57d

HTML with inline CSS

<div style="background-color:#49a57d;"></div>

#49a57d color code is use for CSS Border Color

CSS Border color for the above div is #49a57d

HTML with inline CSS

<div style="border:5px solid #49a57d;"></div>

CSS Border Left color for the above div is #49a57d

HTML with inline CSS

<div style="border-left:5px solid #49a57d;"></div>

CSS Border Right color for the above div is #49a57d

HTML with inline CSS

<div style="border-right:5px solid #49a57d;"></div>

CSS Border Bottom color for the above div is #49a57d

HTML with inline CSS

<div style="border-bottom:5px solid #49a57d;"></div>

CSS Border Top color for the above div is #49a57d

HTML with inline CSS

<div style="border-top:5px solid #49a57d;"></div>

#49a57d hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#49a57d; } .examplecolorclass {color:#49a57d; } .examplebordercolor {border:3px solid #49a57d; }

#49a57d Color code Preview on White Background

This is how #49a57d Color code will look on white background color. Color contrast ratio is 3.02

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #49a57d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #49a57d; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(73,165,125,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(165,73,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(73,165,125,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.