COLOR #418551

HEX: #418551 RGB: (65,133,81)

Color info

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

RGB color model

#418551 color RGB value is (65,133,81).

RGB: (65,133,81) (25%, 52%, 32%)

RGB channels and saturation

R 65 of 255 = 25%
G 133 of 255 = 52%
B 81 of 255 = 32%

65
133
81

R + G + B ~ 36%. #418551 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 133 + 81 = 279 (100%)
R 65 of 279 ~ 23.3%
G 133 of 279 ~ 47.67%
B 81 of 279 ~ 29.03'%

%23.3
%47.67
%29.03

CMYK color model

#418551 color CMYK value is (51,0,39,48).

  • cyan value is 51.13%
  • magenta value is 0.00%
  • yellow value is 39.10%
  • key color value is 47.84%
CMYK: (51,0,39,48) C51M0Y39K48 (51%,0%,39%,48%) (0.51/0.00/0.39/0.48) 

CMYK percentages

%51.13
%0
%39.1
%47.84

Codes

Color #418551 in popluar color models

41 85 51
RGB 65 133 81
HSL 134° 34.34% 38.82%
HSB/HSV 134° 51.13% 52.16%
CMYK 51.13% 0.00% 39.10%
47.84%

Color #418551 in popluar number systems.

HEX 41 85 51
Decimal 65 133 81
Binary 1000001 10000101 1010001
Octal 101 205 121

Shades and tints

Shades of #418551

#418551
(65,133,81)
#3C794A
(60,121,74)
#376D43
(55,109,67)
#32613C
(50,97,60)
#2D5535
(45,85,53)
#28492E
(40,73,46)
#233D27
(35,61,39)
#1E3120
(30,49,32)
#192519
(25,37,25)
#141912
(20,25,18)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #418551

#418551
(65,133,81)
#529060
(82,144,96)
#639B6F
(99,155,111)
#74A67E
(116,166,126)
#85B18D
(133,177,141)
#96BC9C
(150,188,156)
#A7C7AB
(167,199,171)
#B8D2BA
(184,210,186)
#C9DDC9
(201,221,201)
#DAE8D8
(218,232,216)
#EBF3E7
(235,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #418551 color. Also use rgb(65,133,81) instead hex code.

Text Font Color

.myTextColor { color: #418551; }

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

This text font color is #418551.

Background Color

.myBgColor { background-color: #418551; }

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

This div background color is #418551.

Border color

.myBorderColor { border: 1px solid #418551; }

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

This div border color is #418551.

Opacity

.myOpacity80 { color: #418551; opacity: 0.8; }

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

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

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

This text has shadow with #418551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #418551.

Preview

Color preview on black background

This text has color #418551 on black background.


Color preview on white background

This text has color #418551 on white background.


Black color preview on #418551 background

This text has black color on #418551 background.


White color preview on #418551 background

This text has white color on #418551 background.


Related colors

Complementary color

Complementary color for #hex is #BE7AAE.


I love getcolorcode.com

Triadic colors

1 #514185 and #855141 with #418551 are triadic colors.

2 #518541 and #854151 with #418551 are triadic colors.