COLOR #418A3E

HEX: #418A3E RGB: (65,138,62)

Color info

#418A3E contains mainly green color. Web safe color of #418A3E is #339933 (or #393).

RGB color model

#418A3E color RGB value is (65,138,62).

RGB: (65,138,62) (25%, 54%, 24%)

RGB channels and saturation

R 65 of 255 = 25%
G 138 of 255 = 54%
B 62 of 255 = 24%

65
138
62

R + G + B ~ 34%. #418A3E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 138 + 62 = 265 (100%)
R 65 of 265 ~ 24.53%
G 138 of 265 ~ 52.08%
B 62 of 265 ~ 23.4'%

%24.53
%52.08
%23.4

CMYK color model

#418A3E color CMYK value is (53,0,55,46).

  • cyan value is 52.90%
  • magenta value is 0.00%
  • yellow value is 55.07%
  • key color value is 45.88%

CMYK: (53,0,55,46)
C53M0Y55K46 (53%, 0%, 55%, 46%)
(0.53 / 0.00 / 0.55 / 0.46)

CMYK percentages

%52.9
%0
%55.07
%45.88

Codes

Color #418A3E in popluar color models

41 8A 3E
RGB 65 138 62
HSL 118° 38.00% 39.22%
HSB/HSV 118° 55.07% 54.12%
CMYK 52.90% 0.00% 55.07%
45.88%

Color #418A3E in popluar number systems.

HEX 41 8A 3E
Decimal 65 138 62
Binary 1000001 10001010 111110
Octal 101 212 76

Shades and tints

Shades of #418A3E

#418A3E
(65,138,62)
#3C7E39
(60,126,57)
#377234
(55,114,52)
#32662F
(50,102,47)
#2D5A2A
(45,90,42)
#284E25
(40,78,37)
#234220
(35,66,32)
#1E361B
(30,54,27)
#192A16
(25,42,22)
#141E11
(20,30,17)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #418A3E

#418A3E
(65,138,62)
#52944F
(82,148,79)
#639E60
(99,158,96)
#74A871
(116,168,113)
#85B282
(133,178,130)
#96BC93
(150,188,147)
#A7C6A4
(167,198,164)
#B8D0B5
(184,208,181)
#C9DAC6
(201,218,198)
#DAE4D7
(218,228,215)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #418A3E color. Also use rgb(65,138,62) instead hex code.

Text Font Color

.myTextColor { color: #418A3E; }

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

This text font color is #418A3E.

Background Color

.myBgColor { background-color: #418A3E; }

<div style="background-color:#418A3E">Inner text</div>

This div background color is #418A3E.

Border color

.myBorderColor { border: 1px solid #418A3E; }

<div style="border:3px solid #418A3E">Div</div>

This div border color is #418A3E.

Opacity

.myOpacity80 { color: #418A3E; opacity: 0.8; }

<p style="color:#418A3E;opacity:0.8;">80%</p>

Text with #418A3E 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 #418A3E;}

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

This text has shadow with #418A3E color.


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

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

This text has shadow with #418A3E primary color and red secondary color.


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

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

This text has shadow with #418A3E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #418A3E.

Preview

Color preview on black background

This text has color #418A3E on black background.


Color preview on white background

This text has color #418A3E on white background.


Black color preview on #418A3E background

This text has black color on #418A3E background.


White color preview on #418A3E background

This text has white color on #418A3E background.


Related colors

Complementary color

Complementary color for #hex is #BE75C1.


I love getcolorcode.com

Triadic colors

1 #3E418A and #8A3E41 with #418A3E are triadic colors.

2 #3E8A41 and #8A413E with #418A3E are triadic colors.