crispedge.com

Color picker

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

#057b38 hex color - Green - Cool color - Information

#057b38 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #057b38 Color code in RGB color code model is created after adding 1.96% red color, 48.24% green color and 21.96% blue color. Hex #057b38 Color code in CMYK color (process color) code model is generated after subtraction of 96% cyan, 0% magenta, 54% yellow and 52% black.

Hex #057b38 color code is between #007733 web safe hex color code and #008844 web safe hex color code. #007733 is the nearest web safe color code. You can see here many more shades of #057b38 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code057b38#057b38
RGB Decimal5, 123, 56rgb(5, 123, 56)
RGB Percent2%, 48%, 22%rgb(2%, 48%, 22%)
CSS RGBa5, 123, 56,1rgba(5,123,56,1)
CMYK Modelcmyk(96%,0%,54%,52%)
HSL Color Space146,92% ,25%hsl(146,92% ,25%)
HSV Color Space146°, 96%, 48%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001010111101100111000
Octal517370
Decimal512356
Hex057b38

Different shades of #057b38 color code.

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

Light Shade of #057b38
#07ac4e
Dark Shade of #057b38
#034a22
Saturated Shade of #057b38
#008037
Desaturated Shade of #057b38
#0b7539
Grey scale Shade of #057b38
#404040
Brighten Shade
#1e9451
Most Readable Shade
#FFFFFF

Shades of #057b38 color code

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

#057b38
#046d31
#035f2b
#035225
#02441f
#023618
#012912
#011b0c
#000d06
#000000

Similar Color like #057b38 color

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

#067c39
#077d3a
#087e3b
#097f3c
#0a803d
#0b813e
#0c823f
#0d8340
#0e8441
#0f8542
#108643
#118744
#128845
#138946
#047a37
#037936
#027835
#017734
#007633
#007532
#007431
#007330
#00722f
#00712e
#00702d
#006f2c
#006e2b
#006d2a

Monochromatic Color with #057b38

#057b38
#07a54b
#08d05f
#0afa72
#022611
#035025

Tints of #057b38 Color

#057b38
#20894e
#3c9864
#58a77a
#74b590
#8fc4a6
#abd3bc
#c7e1d2
#e3f0e8
#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

#057b38
#7b0548

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

Split Complementary

#057b38
#73057b
#7b050d

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

Analogous Color

#057b09
#057b20
#057b38
#057b50
#057b67

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

#057b38
#38057b
#7b3805

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

#057b38
#050d7b
#7b0548
#7b7305

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

#057b38
#7b0548
#7b050d
#057b73

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 #057b38 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.

#057b38 Color Code Preview on Black Background Color

This is how #057b38 Color will look on black background color. Color contrast ratio is 3.90

#057b38 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #057b38

HTML with inline CSS

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

Your Example Paragraph content text in with font color #057b38

#057b38 color code is use for CSS Background Color

Background color for the above div is #057b38

HTML with inline CSS

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

#057b38 color code is use for CSS Border Color

CSS Border color for the above div is #057b38

HTML with inline CSS

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

CSS Border Left color for the above div is #057b38

HTML with inline CSS

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

CSS Border Right color for the above div is #057b38

HTML with inline CSS

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

CSS Border Bottom color for the above div is #057b38

HTML with inline CSS

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

CSS Border Top color for the above div is #057b38

HTML with inline CSS

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

#057b38 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#057b38 Color code Preview on White Background

This is how #057b38 Color code will look on white background color. Color contrast ratio is 5.39

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

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.