crispedge.com

Color picker

Loading...

#41695c hex color - Green - Cool color - Information

#41695c hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #41695c Color code in RGB color code model is created after adding 25.49% red color, 41.18% green color and 36.08% blue color. Hex #41695c Color code in CMYK color (process color) code model is generated after subtraction of 38% cyan, 0% magenta, 12% yellow and 59% black.

Hex #41695c color code is between #446655 web safe hex color code and #337766 web safe hex color code. #446655 is the nearest web safe color code. You can see here many more shades of #41695c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code41695c#41695c
RGB Decimal65, 105, 92rgb(65, 105, 92)
RGB Percent25%, 41%, 36%rgb(25%, 41%, 36%)
CSS RGBa65, 105, 92,1rgba(65,105,92,1)
CMYK Modelcmyk(38%,0%,12%,59%)
HSL Color Space161,24% ,33%hsl(161,24% ,33%)
HSV Color Space161°, 38%, 41%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010000010110100101011100
Octal101151134
Decimal6510592
Hex41695c

Different shades of #41695c color code.

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

Light Shade of #41695c
#558878
Dark Shade of #41695c
#2d4940
Saturated Shade of #41695c
#39715f
Desaturated Shade of #41695c
#4a6059
Grey scale Shade of #41695c
#555555
Brighten Shade
#5a8275
Most Readable Shade
#FFFFFF

Shades of #41695c color code

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

#41695c
#395d51
#325147
#2b463d
#243a33
#1c2e28
#15231e
#0e1714
#070b0a
#000000

Similar Color like #41695c color

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

#426a5d
#436b5e
#446c5f
#456d60
#466e61
#476f62
#487063
#497164
#4a7265
#4b7366
#4c7467
#4d7568
#4e7669
#4f776a
#40685b
#3f675a
#3e6659
#3d6558
#3c6457
#3b6356
#3a6255
#396154
#386053
#375f52
#365e51
#355d50
#345c4f
#335b4e

Monochromatic Color with #41695c

#41695c
#5b9381
#76bea6
#90e8cc
#0c1412
#273e37

Tints of #41695c Color

#41695c
#56796e
#6b8a80
#809b92
#95aba4
#aabcb6
#bfcdc8
#d4ddda
#e9eeec
#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

#41695c
#69414e

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

Split Complementary

#41695c
#694162
#694841

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

Analogous Color

#41694c
#416954
#41695c
#416964
#416669

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

#41695c
#5c4169
#695c41

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

#41695c
#484169
#69414e
#626941

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

#41695c
#69414e
#694841
#416269

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 #41695c 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.

#41695c Color Code Preview on Black Background Color

This is how #41695c Color will look on black background color. Color contrast ratio is 3.40

#41695c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #41695c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #41695c

#41695c color code is use for CSS Background Color

Background color for the above div is #41695c

HTML with inline CSS

<div style="background-color:#41695c;"></div>

#41695c color code is use for CSS Border Color

CSS Border color for the above div is #41695c

HTML with inline CSS

<div style="border:5px solid #41695c;"></div>

CSS Border Left color for the above div is #41695c

HTML with inline CSS

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

CSS Border Right color for the above div is #41695c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #41695c

HTML with inline CSS

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

CSS Border Top color for the above div is #41695c

HTML with inline CSS

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

#41695c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#41695c Color code Preview on White Background

This is how #41695c Color code will look on white background color. Color contrast ratio is 6.18

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

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(65,105,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(105,65,78,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(65,105,92,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.