COLOR #418840

HEX: #418840 RGB: (65,136,64)

Color info

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

RGB color model

#418840 color RGB value is (65,136,64).

RGB: (65,136,64) (25%, 53%, 25%)

RGB channels and saturation

R 65 of 255 = 25%
G 136 of 255 = 53%
B 64 of 255 = 25%

65
136
64

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

Portions of RGB colors in percentages

R + G + B = 65 + 136 + 64 = 265 (100%)
R 65 of 265 ~ 24.53%
G 136 of 265 ~ 51.32%
B 64 of 265 ~ 24.15'%

%24.53
%51.32
%24.15

CMYK color model

#418840 color CMYK value is (52,0,53,47).

  • cyan value is 52.21%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 46.67%
CMYK: (52,0,53,47) C52M0Y53K47 (52%,0%,53%,47%) (0.52/0.00/0.53/0.47) 

CMYK percentages

%52.21
%0
%52.94
%46.67

Codes

Color #418840 in popluar color models

41 88 40
RGB 65 136 64
HSL 119° 36.00% 39.22%
HSB/HSV 119° 52.94% 53.33%
CMYK 52.21% 0.00% 52.94%
46.67%

Color #418840 in popluar number systems.

HEX 41 88 40
Decimal 65 136 64
Binary 1000001 10001000 1000000
Octal 101 210 100

Shades and tints

Shades of #418840

#418840
(65,136,64)
#3C7C3B
(60,124,59)
#377036
(55,112,54)
#326431
(50,100,49)
#2D582C
(45,88,44)
#284C27
(40,76,39)
#234022
(35,64,34)
#1E341D
(30,52,29)
#192818
(25,40,24)
#141C13
(20,28,19)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #418840

#418840
(65,136,64)
#529251
(82,146,81)
#639C62
(99,156,98)
#74A673
(116,166,115)
#85B084
(133,176,132)
#96BA95
(150,186,149)
#A7C4A6
(167,196,166)
#B8CEB7
(184,206,183)
#C9D8C8
(201,216,200)
#DAE2D9
(218,226,217)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #418840 color. Also use rgb(65,136,64) instead hex code.

Text Font Color

.myTextColor { color: #418840; }

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

This text font color is #418840.

Background Color

.myBgColor { background-color: #418840; }

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

This div background color is #418840.

Border color

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

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

This div border color is #418840.

Opacity

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

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

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

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

This text has shadow with #418840 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #418840.

Preview

Color preview on black background

This text has color #418840 on black background.


Color preview on white background

This text has color #418840 on white background.


Black color preview on #418840 background

This text has black color on #418840 background.


White color preview on #418840 background

This text has white color on #418840 background.


Related colors

Complementary color

Complementary color for #hex is #BE77BF.


I love getcolorcode.com

Triadic colors

1 #404188 and #884041 with #418840 are triadic colors.

2 #408841 and #884140 with #418840 are triadic colors.