COLOR #40A037

HEX: #40A037 RGB: (64,160,55)

Color info

#40A037 contains mainly green color. Web safe color of #40A037 is #339933 (or #393).

RGB color model

#40A037 color RGB value is (64,160,55).

RGB: (64,160,55) (25%, 63%, 22%)

RGB channels and saturation

R 64 of 255 = 25%
G 160 of 255 = 63%
B 55 of 255 = 22%

64
160
55

R + G + B ~ 37%. #40A037 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 160 + 55 = 279 (100%)
R 64 of 279 ~ 22.94%
G 160 of 279 ~ 57.35%
B 55 of 279 ~ 19.71'%

%22.94
%57.35
%19.71

CMYK color model

#40A037 color CMYK value is (60,0,66,37).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 65.63%
  • key color value is 37.25%

CMYK: (60,0,66,37)
C60M0Y66K37 (60%, 0%, 66%, 37%)
(0.60 / 0.00 / 0.66 / 0.37)

CMYK percentages

%60
%0
%65.63
%37.25

Codes

Color #40A037 in popluar color models

40 A0 37
RGB 64 160 55
HSL 115° 48.84% 42.16%
HSB/HSV 115° 65.63% 62.75%
CMYK 60.00% 0.00% 65.63%
37.25%

Color #40A037 in popluar number systems.

HEX 40 A0 37
Decimal 64 160 55
Binary 1000000 10100000 110111
Octal 100 240 67

Shades and tints

Shades of #40A037

#40A037
(64,160,55)
#3B9232
(59,146,50)
#36842D
(54,132,45)
#317628
(49,118,40)
#2C6823
(44,104,35)
#275A1E
(39,90,30)
#224C19
(34,76,25)
#1D3E14
(29,62,20)
#18300F
(24,48,15)
#13220A
(19,34,10)
#0E1405
(14,20,5)
#000000
(0,0,0)

Tints of #40A037

#40A037
(64,160,55)
#51A849
(81,168,73)
#62B05B
(98,176,91)
#73B86D
(115,184,109)
#84C07F
(132,192,127)
#95C891
(149,200,145)
#A6D0A3
(166,208,163)
#B7D8B5
(183,216,181)
#C8E0C7
(200,224,199)
#D9E8D9
(217,232,217)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40A037 color. Also use rgb(64,160,55) instead hex code.

Text Font Color

.myTextColor { color: #40A037; }

<p style="color:#40A037">This sample text font color is #40A037.</p>

This text font color is #40A037.

Background Color

.myBgColor { background-color: #40A037; }

<div style="background-color:#40A037">Inner text</div>

This div background color is #40A037.

Border color

.myBorderColor { border: 1px solid #40A037; }

<div style="border:3px solid #40A037">Div</div>

This div border color is #40A037.

Opacity

.myOpacity80 { color: #40A037; opacity: 0.8; }

<p style="color:#40A037;opacity:0.8;">80%</p>

Text with #40A037 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #40A037;}

<p style="text-shadow: 3px 3px 1px #40A037">Text here.</p>

This text has shadow with #40A037 color.


.textShadow {text-shadow: 3px 3px 1px #40A037', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #40A037, 5px 5px 20px red">Text here.</p>

This text has shadow with #40A037 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#40A037, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#40A037, Direction=45, Strength=4)">Text</p>

This text has shadow with #40A037 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #40A037;
-webkit-box-shadow: 1px 1px 3px 2px #40A037;
box-shadow: 1px 1px 3px 2px #40A037;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #40A037; -webkit-box-shadow: 1px 1px 3px 2px #40A037; box-shadow:1px 1px 3px 2px #40A037;">
Div content here
</div>

This div box has shadow with color #40A037.

Preview

Color preview on black background

This text has color #40A037 on black background.


Color preview on white background

This text has color #40A037 on white background.


Black color preview on #40A037 background

This text has black color on #40A037 background.


White color preview on #40A037 background

This text has white color on #40A037 background.


Related colors

Complementary color

Complementary color for #hex is #BF5FC8.


I love getcolorcode.com

Triadic colors

1 #3740A0 and #A03740 with #40A037 are triadic colors.

2 #37A040 and #A04037 with #40A037 are triadic colors.