COLOR #418A52

HEX: #418A52 RGB: (65,138,82)

Color info

#418A52 contains mainly green and blue colors. Web safe color of #418A52 is #339966 (or #396).

RGB color model

#418A52 color RGB value is (65,138,82).

RGB: (65,138,82) (25%, 54%, 32%)

RGB channels and saturation

R 65 of 255 = 25%
G 138 of 255 = 54%
B 82 of 255 = 32%

65
138
82

R + G + B ~ 37%. #418A52 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 138 + 82 = 285 (100%)
R 65 of 285 ~ 22.81%
G 138 of 285 ~ 48.42%
B 82 of 285 ~ 28.77'%

%22.81
%48.42
%28.77

CMYK color model

#418A52 color CMYK value is (53,0,41,46).

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

CMYK: (53,0,41,46)
C53M0Y41K46 (53%, 0%, 41%, 46%)
(0.53 / 0.00 / 0.41 / 0.46)

CMYK percentages

%52.9
%0
%40.58
%45.88

Codes

Color #418A52 in popluar color models

41 8A 52
RGB 65 138 82
HSL 134° 35.96% 39.80%
HSB/HSV 134° 52.90% 54.12%
CMYK 52.90% 0.00% 40.58%
45.88%

Color #418A52 in popluar number systems.

HEX 41 8A 52
Decimal 65 138 82
Binary 1000001 10001010 1010010
Octal 101 212 122

Shades and tints

Shades of #418A52

#418A52
(65,138,82)
#3C7E4B
(60,126,75)
#377244
(55,114,68)
#32663D
(50,102,61)
#2D5A36
(45,90,54)
#284E2F
(40,78,47)
#234228
(35,66,40)
#1E3621
(30,54,33)
#192A1A
(25,42,26)
#141E13
(20,30,19)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #418A52

#418A52
(65,138,82)
#529461
(82,148,97)
#639E70
(99,158,112)
#74A87F
(116,168,127)
#85B28E
(133,178,142)
#96BC9D
(150,188,157)
#A7C6AC
(167,198,172)
#B8D0BB
(184,208,187)
#C9DACA
(201,218,202)
#DAE4D9
(218,228,217)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #418A52; }

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

This text font color is #418A52.

Background Color

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

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

This div background color is #418A52.

Border color

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

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

This div border color is #418A52.

Opacity

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

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

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

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

This text has shadow with #418A52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #418A52.

Preview

Color preview on black background

This text has color #418A52 on black background.


Color preview on white background

This text has color #418A52 on white background.


Black color preview on #418A52 background

This text has black color on #418A52 background.


White color preview on #418A52 background

This text has white color on #418A52 background.


Related colors

Complementary color

Complementary color for #hex is #BE75AD.


I love getcolorcode.com

Triadic colors

1 #52418A and #8A5241 with #418A52 are triadic colors.

2 #528A41 and #8A4152 with #418A52 are triadic colors.