crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#3aaa71 hex color - Green - Cool color - Information

#3aaa71 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #3aaa71 Color code in RGB color code model is created after adding 22.75% red color, 66.67% green color and 44.31% blue color. Hex #3aaa71 Color code in CMYK color (process color) code model is generated after subtraction of 66% cyan, 0% magenta, 34% yellow and 33% black.

Hex #3aaa71 color code is between #339977 web safe hex color code and #44bb66 web safe hex color code. #339977 is the nearest web safe color code. You can see here many more shades of #3aaa71 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code3aaa71#3aaa71
RGB Decimal58, 170, 113rgb(58, 170, 113)
RGB Percent23%, 67%, 44%rgb(23%, 67%, 44%)
CSS RGBa58, 170, 113,1rgba(58,170,113,1)
CMYK Modelcmyk(66%,0%,34%,33%)
HSL Color Space149,49% ,45%hsl(149,49% ,45%)
HSV Color Space149°, 66%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001110101010101001110001
Octal72252161
Decimal58170113
Hex3aaa71

Different shades of #3aaa71 color code.

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

Light Shade of #3aaa71
#53c48a
Dark Shade of #3aaa71
#2d8458
Saturated Shade of #3aaa71
#2fb571
Desaturated Shade of #3aaa71
#459f71
Grey scale Shade of #3aaa71
#727272
Brighten Shade
#53c38a
Most Readable Shade
#000000

Shades of #3aaa71 color code

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

#3aaa71
#339764
#2d8457
#26714b
#205e3e
#194b32
#133825
#0c2519
#06120c
#000000

Similar Color like #3aaa71 color

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

#3bab72
#3cac73
#3dad74
#3eae75
#3faf76
#40b077
#41b178
#42b279
#43b37a
#44b47b
#45b57c
#46b67d
#47b77e
#48b87f
#39a970
#38a86f
#37a76e
#36a66d
#35a56c
#34a46b
#33a36a
#32a269
#31a168
#30a067
#2f9f66
#2e9e65
#2d9d64
#2c9c63

Monochromatic Color with #3aaa71

#3aaa71
#49d48d
#57ffa9
#0e2a1c
#1d5538
#2b7f55

Tints of #3aaa71 Color

#3aaa71
#4fb380
#65bc90
#7bc6a0
#91cfb0
#a7d9bf
#bde2cf
#d3ecdf
#e9f5ef
#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

#3aaa71
#aa3a73

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

Split Complementary

#3aaa71
#a93aaa
#aa3a3b

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

Analogous Color

#3aaa44
#3aaa5b
#3aaa71
#3aaa87
#3aaa9e

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

#3aaa71
#713aaa
#aa713a

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

#3aaa71
#3a3baa
#aa3a73
#aaa93a

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

#3aaa71
#aa3a73
#aa3a3b
#3aaaa9

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 #3aaa71 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.

#3aaa71 Color Code Preview on Black Background Color

This is how #3aaa71 Color will look on black background color. Color contrast ratio is 7.17

#3aaa71 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3aaa71

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3aaa71

#3aaa71 color code is use for CSS Background Color

Background color for the above div is #3aaa71

HTML with inline CSS

<div style="background-color:#3aaa71;"></div>

#3aaa71 color code is use for CSS Border Color

CSS Border color for the above div is #3aaa71

HTML with inline CSS

<div style="border:5px solid #3aaa71;"></div>

CSS Border Left color for the above div is #3aaa71

HTML with inline CSS

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

CSS Border Right color for the above div is #3aaa71

HTML with inline CSS

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

CSS Border Bottom color for the above div is #3aaa71

HTML with inline CSS

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

CSS Border Top color for the above div is #3aaa71

HTML with inline CSS

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

#3aaa71 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3aaa71 Color code Preview on White Background

This is how #3aaa71 Color code will look on white background color. Color contrast ratio is 2.93

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 #3aaa71; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #3aaa71; }

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.