crispedge.com

Color picker

Loading...

#46801e hex color - Green - Cool color - Information

#46801e hex color - Green - Cool color

Color Hue/Base color: Green

Hex #46801e Color code in RGB color code model is created after adding 27.45% red color, 50.2% green color and 11.76% blue color. Hex #46801e Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 0% magenta, 77% yellow and 50% black.

Hex #46801e color code is between #448822 web safe hex color code and #557711 web safe hex color code. #448822 is the nearest web safe color code. You can see here many more shades of #46801e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code46801e#46801e
RGB Decimal70, 128, 30rgb(70, 128, 30)
RGB Percent27%, 50%, 12%rgb(27%, 50%, 12%)
CSS RGBa70, 128, 30,1rgba(70,128,30,1)
CMYK Modelcmyk(45%,0%,77%,50%)
HSL Color Space96,62% ,31%hsl(96,62% ,31%)
HSV Color Space96°, 77%, 50%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001101000000000011110
Octal10620036
Decimal7012830
Hex46801e

Different shades of #46801e color code.

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

Light Shade of #46801e
#5da928
Dark Shade of #46801e
#2f5714
Saturated Shade of #46801e
#458816
Desaturated Shade of #46801e
#477826
Grey scale Shade of #46801e
#4f4f4f
Brighten Shade
#5f9937
Most Readable Shade
#FFFFFF

Shades of #46801e color code

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

#46801e
#3e711a
#366317
#2e5514
#264710
#1f380d
#172a0a
#0f1c06
#070e03
#000000

Similar Color like #46801e color

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

#47811f
#488220
#498321
#4a8422
#4b8523
#4c8624
#4d8725
#4e8826
#4f8927
#508a28
#518b29
#528c2a
#538d2b
#548e2c
#457f1d
#447e1c
#437d1b
#427c1a
#417b19
#407a18
#3f7917
#3e7816
#3d7715
#3c7614
#3b7513
#3a7412
#397311
#387210

Monochromatic Color with #46801e

#46801e
#5daa28
#74d532
#000000
#182b0a
#2f5514

Tints of #46801e Color

#46801e
#5a8e37
#6f9c50
#83aa69
#98b882
#acc69b
#c1d4b4
#d5e2cd
#eaf0e6
#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

#46801e
#581e80

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

Split Complementary

#46801e
#271e80
#801e77

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

Analogous Color

#6d801e
#5a801e
#46801e
#32801e
#1f801e

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

#46801e
#1e4680
#801e46

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

#46801e
#1e7780
#581e80
#80271e

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

#46801e
#581e80
#801e77
#1e8027

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 #46801e 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.

#46801e Color Code Preview on Black Background Color

This is how #46801e Color will look on black background color. Color contrast ratio is 4.37

#46801e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #46801e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #46801e

#46801e color code is use for CSS Background Color

Background color for the above div is #46801e

HTML with inline CSS

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

#46801e color code is use for CSS Border Color

CSS Border color for the above div is #46801e

HTML with inline CSS

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

CSS Border Left color for the above div is #46801e

HTML with inline CSS

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

CSS Border Right color for the above div is #46801e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #46801e

HTML with inline CSS

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

CSS Border Top color for the above div is #46801e

HTML with inline CSS

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

#46801e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#46801e Color code Preview on White Background

This is how #46801e Color code will look on white background color. Color contrast ratio is 4.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 #46801e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #46801e; }

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(70,128,30,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(88,30,128,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(70,128,30,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.