crispedge.com

Color picker

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

#3c5b00 hex color - Green - Warm color - Information

#3c5b00 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #3c5b00 Color code in RGB color code model is created after adding 23.53% red color, 35.69% green color and 0% blue color. Hex #3c5b00 Color code in CMYK color (process color) code model is generated after subtraction of 34% cyan, 0% magenta, 100% yellow and 64% black.

Hex #3c5b00 color code is between #445500 web safe hex color code and #336600 web safe hex color code. #445500 is the nearest web safe color code. You can see here many more shades of #3c5b00 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code3c5b00#3c5b00
RGB Decimal60, 91, 0rgb(60, 91, 0)
RGB Percent24%, 36%, 0%rgb(24%, 36%, 0%)
CSS RGBa60, 91, 0,1rgba(60,91,0,1)
CMYK Modelcmyk(34%,0%,100%,64%)
HSL Color Space80,100% ,18%hsl(80,100% ,18%)
HSV Color Space80°, 100%, 36%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary001111000101101100000000
Octal741330
Decimal60910
Hex3c5b00

Different shades of #3c5b00 color code.

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

Light Shade of #3c5b00
#5e8e00
Dark Shade of #3c5b00
#1a2800
Saturated Shade of #3c5b00
#3c5b00
Desaturated Shade of #3c5b00
#3b5605
Grey scale Shade of #3c5b00
#2d2d2d
Brighten Shade
#557419
Most Readable Shade
#FFFFFF

Shades of #3c5b00 color code

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

#3c5b00
#355000
#2e4600
#283c00
#213200
#1a2800
#141e00
#0d1400
#060a00
#000000

Similar Color like #3c5b00 color

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

#3d5c01
#3e5d02
#3f5e03
#405f04
#416005
#426106
#436207
#446308
#456409
#46650a
#47660b
#48670c
#49680d
#4a690e
#3b5a00
#3a5900
#395800
#385700
#375600
#365500
#355400
#345300
#335200
#325100
#315000
#304f00
#2f4e00
#2e4d00

Monochromatic Color with #3c5b00

#3c5b00
#588500
#74b000
#90da00
#040600
#203000

Tints of #3c5b00 Color

#3c5b00
#516d1c
#677f38
#7d9155
#92a371
#a8b68d
#bec8aa
#d3dac6
#e9ece2
#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

#3c5b00
#1f005b

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

Split Complementary

#3c5b00
#000f5b
#4c005b

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

Analogous Color

#5b5600
#4e5b00
#3c5b00
#2a5b00
#185b00

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

#3c5b00
#003c5b
#5b003c

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

#3c5b00
#005b4c
#1f005b
#5b000e

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

#3c5b00
#1f005b
#4c005b
#0f5b00

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

#3c5b00 Color Code Preview on Black Background Color

This is how #3c5b00 Color will look on black background color. Color contrast ratio is 2.69

#3c5b00 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#3c5b00 color code is use for CSS Background Color

Background color for the above div is #3c5b00

HTML with inline CSS

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

#3c5b00 color code is use for CSS Border Color

CSS Border color for the above div is #3c5b00

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#3c5b00 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3c5b00 Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.