crispedge.com

Color picker

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

#395549 hex color - Leprechaun Green - Green - Cool color - Information

#395549 hex color - Leprechaun Green - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #395549 Color Code is also known as Leprechaun Green color.

Hex #395549 Color code in RGB color code model is created after adding 22.35% red color, 33.33% green color and 28.63% blue color. Hex #395549 Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 0% magenta, 14% yellow and 67% black.

Hex #395549 color code is between #334444 web safe hex color code and #446655 web safe hex color code. #334444 is the nearest web safe color code. You can see here many more shades of #395549 color code.

0 Likes 0 Comments | 23 Views

Color Table

Hex Color Code395549#395549
RGB Decimal57, 85, 73rgb(57, 85, 73)
RGB Percent22%, 33%, 29%rgb(22%, 33%, 29%)
CSS RGBa57, 85, 73,1rgba(57,85,73,1)
CMYK Modelcmyk(33%,0%,14%,67%)
HSL Color Space154,20% ,28%hsl(154,20% ,28%)
HSV Color Space154°, 33%, 33%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001110010101010101001001
Octal71125111
Decimal578573
Hex395549

Different shades of #395549 color code.

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

Light Shade of #395549
#4d7463
Dark Shade of #395549
#25362f
Saturated Shade of #395549
#325c4a
Desaturated Shade of #395549
#404e48
Grey scale Shade of #395549
#474747
Brighten Shade
#526e62
Most Readable Shade
#FFFFFF

Shades of #395549 color code

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

#395549
#324b40
#2c4238
#263830
#1f2f28
#192520
#131c18
#0c1210
#060908
#000000

Similar Color like #395549 color

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

#3a564a
#3b574b
#3c584c
#3d594d
#3e5a4e
#3f5b4f
#405c50
#415d51
#425e52
#435f53
#446054
#456155
#466256
#476357
#385448
#375347
#365246
#355145
#345044
#334f43
#324e42
#314d41
#304c40
#2f4b3f
#2e4a3e
#2d493d
#2c483c
#2b473b

Monochromatic Color with #395549

#395549
#56806e
#72aa92
#8ed4b6
#abffdb
#1c2a24

Tints of #395549 Color

#395549
#4f675d
#657a71
#7b8d85
#91a099
#a7b3ae
#bdc6c2
#d3d9d6
#e9ecea
#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

#395549
#553945

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

Split Complementary

#395549
#553953
#553b39

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

Analogous Color

#39553e
#395543
#395549
#39554f
#395554

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

#395549
#493955
#554939

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

#395549
#3b3955
#553945
#535539

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

#395549
#553945
#553b39
#395355

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 #395549 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.

#395549 Color Code Preview on Black Background Color

This is how #395549 Color will look on black background color. Color contrast ratio is 2.57

#395549 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #395549

HTML with inline CSS

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

Your Example Paragraph content text in with font color #395549

#395549 color code is use for CSS Background Color

Background color for the above div is #395549

HTML with inline CSS

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

#395549 color code is use for CSS Border Color

CSS Border color for the above div is #395549

HTML with inline CSS

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

CSS Border Left color for the above div is #395549

HTML with inline CSS

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

CSS Border Right color for the above div is #395549

HTML with inline CSS

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

CSS Border Bottom color for the above div is #395549

HTML with inline CSS

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

CSS Border Top color for the above div is #395549

HTML with inline CSS

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

#395549 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#395549 Color code Preview on White Background

This is how #395549 Color code will look on white background color. Color contrast ratio is 8.17

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

Related Gradients

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

0 Likes 0 Comments | 23 Views

Post your comment:-

By submitting comment you agree to our privacy policy.