crispedge.com

Color picker

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

#408e55 hex color - Green - Cool color - Information

#408e55 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #408e55 Color code in RGB color code model is created after adding 25.1% red color, 55.69% green color and 33.33% blue color. Hex #408e55 Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 0% magenta, 40% yellow and 44% black.

Hex #408e55 color code is between #448844 web safe hex color code and #339966 web safe hex color code. #448844 is the nearest web safe color code. You can see here many more shades of #408e55 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code408e55#408e55
RGB Decimal64, 142, 85rgb(64, 142, 85)
RGB Percent25%, 56%, 33%rgb(25%, 56%, 33%)
CSS RGBa64, 142, 85,1rgba(64,142,85,1)
CMYK Modelcmyk(55%,0%,40%,44%)
HSL Color Space136,38% ,40%hsl(136,38% ,40%)
HSV Color Space136°, 55%, 56%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010000001000111001010101
Octal100216125
Decimal6414285
Hex408e55

Different shades of #408e55 color code.

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

Light Shade of #408e55
#51b06a
Dark Shade of #408e55
#306b40
Saturated Shade of #408e55
#369850
Desaturated Shade of #408e55
#4a845a
Grey scale Shade of #408e55
#676767
Brighten Shade
#59a76e
Most Readable Shade
#FFFFFF

Shades of #408e55 color code

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

#408e55
#387e4b
#316e42
#2a5e38
#234e2f
#1c3f25
#152f1c
#0e1f12
#070f09
#000000

Similar Color like #408e55 color

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

#418f56
#429057
#439158
#449259
#45935a
#46945b
#47955c
#48965d
#49975e
#4a985f
#4b9960
#4c9a61
#4d9b62
#4e9c63
#3f8d54
#3e8c53
#3d8b52
#3c8a51
#3b8950
#3a884f
#39874e
#38864d
#37854c
#36844b
#35834a
#348249
#338148
#328047

Monochromatic Color with #408e55

#408e55
#53b86e
#66e388
#070e09
#1a3922
#2d633c

Tints of #408e55 Color

#408e55
#559a67
#6aa77a
#7fb38d
#94c0a0
#aaccb3
#bfd9c6
#d4e5d9
#e9f2ec
#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

#408e55
#8e4079

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

Split Complementary

#408e55
#7c408e
#8e4052

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

Analogous Color

#4a8e40
#408e45
#408e55
#408e65
#408e74

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

#408e55
#55408e
#8e5540

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

#408e55
#40528e
#8e4079
#8e7c40

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

#408e55
#8e4079
#8e4052
#408e7c

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 #408e55 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.

#408e55 Color Code Preview on Black Background Color

This is how #408e55 Color will look on black background color. Color contrast ratio is 5.22

#408e55 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #408e55

HTML with inline CSS

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

Your Example Paragraph content text in with font color #408e55

#408e55 color code is use for CSS Background Color

Background color for the above div is #408e55

HTML with inline CSS

<div style="background-color:#408e55;"></div>

#408e55 color code is use for CSS Border Color

CSS Border color for the above div is #408e55

HTML with inline CSS

<div style="border:5px solid #408e55;"></div>

CSS Border Left color for the above div is #408e55

HTML with inline CSS

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

CSS Border Right color for the above div is #408e55

HTML with inline CSS

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

CSS Border Bottom color for the above div is #408e55

HTML with inline CSS

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

CSS Border Top color for the above div is #408e55

HTML with inline CSS

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

#408e55 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#408e55 Color code Preview on White Background

This is how #408e55 Color code will look on white background color. Color contrast ratio is 4.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 #408e55; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #408e55; }

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.