crispedge.com

Color picker

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

#005f35 hex color - Green - Cool color - Information

#005f35 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #005f35 Color code in RGB color code model is created after adding 0% red color, 37.25% green color and 20.78% blue color. Hex #005f35 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 0% magenta, 44% yellow and 63% black.

Hex #005f35 color code is between #006633 web safe hex color code and #005544 web safe hex color code. #006633 is the nearest web safe color code. You can see here many more shades of #005f35 color code.

0 Likes 0 Comments | 18 Views

Color Table

Hex Color Code005f35#005f35
RGB Decimal0, 95, 53rgb(0, 95, 53)
RGB Percent0%, 37%, 21%rgb(0%, 37%, 21%)
CSS RGBa0, 95, 53,1rgba(0,95,53,1)
CMYK Modelcmyk(100%,0%,44%,63%)
HSL Color Space153,100% ,19%hsl(153,100% ,19%)
HSV Color Space153°, 100%, 37%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000101111100110101
Octal013765
Decimal09553
Hex005f35

Different shades of #005f35 color code.

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

Light Shade of #005f35
#009251
Dark Shade of #005f35
#002c19
Saturated Shade of #005f35
#005f35
Desaturated Shade of #005f35
#055a34
Grey scale Shade of #005f35
#2f2f2f
Brighten Shade
#19784e
Most Readable Shade
#FFFFFF

Shades of #005f35 color code

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

#005f35
#00542f
#004929
#003f23
#00341d
#002a17
#001f11
#00150b
#000a05
#000000

Similar Color like #005f35 color

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

#016036
#026137
#036238
#046339
#05643a
#06653b
#07663c
#08673d
#09683e
#0a693f
#0b6a40
#0c6b41
#0d6c42
#0e6d43
#005e34
#005d33
#005c32
#005b31
#005a30
#00592f
#00582e
#00572d
#00562c
#00552b
#00542a
#005329
#005228
#005127

Monochromatic Color with #005f35

#005f35
#00894d
#00b464
#00de7c
#000a06
#00341d

Tints of #005f35 Color

#005f35
#1c704b
#388261
#559478
#71a68e
#8db7a5
#aac9bb
#c6dbd2
#e2ede8
#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

#005f35
#5f002a

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

Split Complementary

#005f35
#5f0059
#5f0600

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

Analogous Color

#005f0f
#005f22
#005f35
#005f48
#005f5b

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

#005f35
#35005f
#5f3500

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

#005f35
#05005f
#5f002a
#595f00

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

#005f35
#5f002a
#5f0600
#00595f

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 #005f35 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.

#005f35 Color Code Preview on Black Background Color

This is how #005f35 Color will look on black background color. Color contrast ratio is 2.69

#005f35 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #005f35

HTML with inline CSS

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

Your Example Paragraph content text in with font color #005f35

#005f35 color code is use for CSS Background Color

Background color for the above div is #005f35

HTML with inline CSS

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

#005f35 color code is use for CSS Border Color

CSS Border color for the above div is #005f35

HTML with inline CSS

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

CSS Border Left color for the above div is #005f35

HTML with inline CSS

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

CSS Border Right color for the above div is #005f35

HTML with inline CSS

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

CSS Border Bottom color for the above div is #005f35

HTML with inline CSS

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

CSS Border Top color for the above div is #005f35

HTML with inline CSS

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

#005f35 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#005f35 Color code Preview on White Background

This is how #005f35 Color code will look on white background color. Color contrast ratio is 7.81

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

Related Gradients

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

0 Likes 0 Comments | 18 Views

Post your comment:-

By submitting comment you agree to our privacy policy.