crispedge.com

Color picker

Loading...

#51974a hex color - Green - Cool color - Information

#51974a hex color - Green - Cool color

Color Hue/Base color: Green

Hex #51974a Color code in RGB color code model is created after adding 31.76% red color, 59.22% green color and 29.02% blue color. Hex #51974a Color code in CMYK color (process color) code model is generated after subtraction of 46% cyan, 0% magenta, 51% yellow and 41% black.

Hex #51974a color code is between #559944 web safe hex color code and #448855 web safe hex color code. #559944 is the nearest web safe color code. You can see here many more shades of #51974a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code51974a#51974a
RGB Decimal81, 151, 74rgb(81, 151, 74)
RGB Percent32%, 59%, 29%rgb(32%, 59%, 29%)
CSS RGBa81, 151, 74,1rgba(81,151,74,1)
CMYK Modelcmyk(46%,0%,51%,41%)
HSL Color Space115,34% ,44%hsl(115,34% ,44%)
HSV Color Space115°, 51%, 59%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100011001011101001010
Octal121227112
Decimal8115174
Hex51974a

Different shades of #51974a color code.

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

Light Shade of #51974a
#69b262
Dark Shade of #51974a
#3f7539
Saturated Shade of #51974a
#48a23f
Desaturated Shade of #51974a
#5a8c55
Grey scale Shade of #51974a
#707070
Brighten Shade
#6ab063
Most Readable Shade
#FFFFFF

Shades of #51974a color code

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

#51974a
#488641
#3f7539
#366431
#2d5329
#244320
#1b3218
#122110
#091008
#000000

Similar Color like #51974a color

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

#52984b
#53994c
#549a4d
#559b4e
#569c4f
#579d50
#589e51
#599f52
#5aa053
#5ba154
#5ca255
#5da356
#5ea457
#5fa558
#509649
#4f9548
#4e9447
#4d9346
#4c9245
#4b9144
#4a9043
#498f42
#488e41
#478d40
#468c3f
#458b3e
#448a3d
#43893c

Monochromatic Color with #51974a

#51974a
#68c15f
#7fec74
#0d170c
#234220
#3a6c35

Tints of #51974a Color

#51974a
#64a25e
#77ae72
#8bb986
#9ec59a
#b1d0ae
#c5dcc2
#d8e7d6
#ebf3ea
#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

#51974a
#904a97

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

Split Complementary

#51974a
#6a4a97
#974a78

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

Analogous Color

#70974a
#60974a
#51974a
#4a9752
#4a9762

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

#51974a
#4a5197
#974a51

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

#51974a
#4a7797
#904a97
#97694a

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

#51974a
#904a97
#974a78
#4a976a

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 #51974a 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.

#51974a Color Code Preview on Black Background Color

This is how #51974a Color will look on black background color. Color contrast ratio is 5.88

#51974a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #51974a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #51974a

#51974a color code is use for CSS Background Color

Background color for the above div is #51974a

HTML with inline CSS

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

#51974a color code is use for CSS Border Color

CSS Border color for the above div is #51974a

HTML with inline CSS

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

CSS Border Left color for the above div is #51974a

HTML with inline CSS

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

CSS Border Right color for the above div is #51974a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #51974a

HTML with inline CSS

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

CSS Border Top color for the above div is #51974a

HTML with inline CSS

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

#51974a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#51974a Color code Preview on White Background

This is how #51974a Color code will look on white background color. Color contrast ratio is 3.57

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(81,151,74,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(144,74,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(81,151,74,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.