crispedge.com

Color picker

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

#497b01 hex color - Green - Warm color - Information

#497b01 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #497b01 Color code in RGB color code model is created after adding 28.63% red color, 48.24% green color and 0.39% blue color. Hex #497b01 Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 0% magenta, 99% yellow and 52% black.

Hex #497b01 color code is between #447700 web safe hex color code and #558800 web safe hex color code. #447700 is the nearest web safe color code. You can see here many more shades of #497b01 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code497b01#497b01
RGB Decimal73, 123, 1rgb(73, 123, 1)
RGB Percent29%, 48%, 0%rgb(29%, 48%, 0%)
CSS RGBa73, 123, 1,1rgba(73,123,1,1)
CMYK Modelcmyk(41%,0%,99%,52%)
HSL Color Space85,98% ,24%hsl(85,98% ,24%)
HSV Color Space85°, 99%, 48%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010010010111101100000001
Octal1111731
Decimal731231
Hex497b01

Different shades of #497b01 color code.

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

Light Shade of #497b01
#67ae01
Dark Shade of #497b01
#2b4801
Saturated Shade of #497b01
#497c00
Desaturated Shade of #497b01
#487507
Grey scale Shade of #497b01
#3e3e3e
Brighten Shade
#62941a
Most Readable Shade
#FFFFFF

Shades of #497b01 color code

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

#497b01
#406d00
#385f00
#305200
#284400
#203600
#182900
#101b00
#080d00
#000000

Similar Color like #497b01 color

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

#4a7c02
#4b7d03
#4c7e04
#4d7f05
#4e8006
#4f8107
#508208
#518309
#52840a
#53850b
#54860c
#55870d
#56880e
#57890f
#487a00
#477900
#467800
#457700
#447600
#437500
#427400
#417300
#407200
#3f7100
#3e7000
#3d6f00
#3c6e00
#3b6d00

Monochromatic Color with #497b01

#497b01
#62a501
#7bd002
#95fa02
#172600
#305001

Tints of #497b01 Color

#497b01
#5d891d
#719839
#85a755
#99b571
#aec48e
#c2d3aa
#d6e1c6
#eaf0e2
#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

#497b01
#33017b

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

Split Complementary

#497b01
#010c7b
#70017b

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

Analogous Color

#7a7b01
#617b01
#497b01
#317b01
#187b01

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

#497b01
#01497b
#7b0149

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

#497b01
#017b70
#33017b
#7b010c

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

#497b01
#33017b
#70017b
#0c7b01

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 #497b01 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.

#497b01 Color Code Preview on Black Background Color

This is how #497b01 Color will look on black background color. Color contrast ratio is 4.12

#497b01 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #497b01

HTML with inline CSS

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

Your Example Paragraph content text in with font color #497b01

#497b01 color code is use for CSS Background Color

Background color for the above div is #497b01

HTML with inline CSS

<div style="background-color:#497b01;"></div>

#497b01 color code is use for CSS Border Color

CSS Border color for the above div is #497b01

HTML with inline CSS

<div style="border:5px solid #497b01;"></div>

CSS Border Left color for the above div is #497b01

HTML with inline CSS

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

CSS Border Right color for the above div is #497b01

HTML with inline CSS

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

CSS Border Bottom color for the above div is #497b01

HTML with inline CSS

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

CSS Border Top color for the above div is #497b01

HTML with inline CSS

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

#497b01 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#497b01 Color code Preview on White Background

This is how #497b01 Color code will look on white background color. Color contrast ratio is 5.10

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.