COLOR #418C4E

HEX: #418C4E RGB: (65,140,78)

Color info

#418C4E contains mainly green color. Web safe color of #418C4E is #339966 (or #396).

RGB color model

#418C4E color RGB value is (65,140,78).

RGB: (65,140,78) (25%, 55%, 31%)

RGB channels and saturation

R 65 of 255 = 25%
G 140 of 255 = 55%
B 78 of 255 = 31%

65
140
78

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

Portions of RGB colors in percentages

R + G + B = 65 + 140 + 78 = 283 (100%)
R 65 of 283 ~ 22.97%
G 140 of 283 ~ 49.47%
B 78 of 283 ~ 27.56'%

%22.97
%49.47
%27.56

CMYK color model

#418C4E color CMYK value is (54,0,44,45).

  • cyan value is 53.57%
  • magenta value is 0.00%
  • yellow value is 44.29%
  • key color value is 45.10%

CMYK: (54,0,44,45)
C54M0Y44K45 (54%, 0%, 44%, 45%)
(0.54 / 0.00 / 0.44 / 0.45)

CMYK percentages

%53.57
%0
%44.29
%45.1

Codes

Color #418C4E in popluar color models

41 8C 4E
RGB 65 140 78
HSL 130° 36.59% 40.20%
HSB/HSV 130° 53.57% 54.90%
CMYK 53.57% 0.00% 44.29%
45.10%

Color #418C4E in popluar number systems.

HEX 41 8C 4E
Decimal 65 140 78
Binary 1000001 10001100 1001110
Octal 101 214 116

Shades and tints

Shades of #418C4E

#418C4E
(65,140,78)
#3C8047
(60,128,71)
#377440
(55,116,64)
#326839
(50,104,57)
#2D5C32
(45,92,50)
#28502B
(40,80,43)
#234424
(35,68,36)
#1E381D
(30,56,29)
#192C16
(25,44,22)
#14200F
(20,32,15)
#0F1408
(15,20,8)
#000000
(0,0,0)

Tints of #418C4E

#418C4E
(65,140,78)
#52965E
(82,150,94)
#63A06E
(99,160,110)
#74AA7E
(116,170,126)
#85B48E
(133,180,142)
#96BE9E
(150,190,158)
#A7C8AE
(167,200,174)
#B8D2BE
(184,210,190)
#C9DCCE
(201,220,206)
#DAE6DE
(218,230,222)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #418C4E color. Also use rgb(65,140,78) instead hex code.

Text Font Color

.myTextColor { color: #418C4E; }

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

This text font color is #418C4E.

Background Color

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

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

This div background color is #418C4E.

Border color

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

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

This div border color is #418C4E.

Opacity

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

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

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

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

This text has shadow with #418C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #418C4E.

Preview

Color preview on black background

This text has color #418C4E on black background.


Color preview on white background

This text has color #418C4E on white background.


Black color preview on #418C4E background

This text has black color on #418C4E background.


White color preview on #418C4E background

This text has white color on #418C4E background.


Related colors

Complementary color

Complementary color for #hex is #BE73B1.


I love getcolorcode.com

Triadic colors

1 #4E418C and #8C4E41 with #418C4E are triadic colors.

2 #4E8C41 and #8C414E with #418C4E are triadic colors.