COLOR #49AD65

HEX: #49AD65 RGB: (73,173,101)

Color info

#49AD65 contains mainly green color. Web safe color of #49AD65 is #339966 (or #396).

RGB color model

#49AD65 color RGB value is (73,173,101).

RGB: (73,173,101) (29%, 68%, 40%)

RGB channels and saturation

R 73 of 255 = 29%
G 173 of 255 = 68%
B 101 of 255 = 40%

73
173
101

R + G + B ~ 46%. #49AD65 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 73 + 173 + 101 = 347 (100%)
R 73 of 347 ~ 21.04%
G 173 of 347 ~ 49.86%
B 101 of 347 ~ 29.11'%

%21.04
%49.86
%29.11

CMYK color model

#49AD65 color CMYK value is (58,0,42,32).

  • cyan value is 57.80%
  • magenta value is 0.00%
  • yellow value is 41.62%
  • key color value is 32.16%

CMYK: (58,0,42,32)
C58M0Y42K32 (58%, 0%, 42%, 32%)
(0.58 / 0.00 / 0.42 / 0.32)

CMYK percentages

%57.8
%0
%41.62
%32.16

Codes

Color #49AD65 in popluar color models

49 AD 65
RGB 73 173 101
HSL 137° 40.65% 48.24%
HSB/HSV 137° 57.80% 67.84%
CMYK 57.80% 0.00% 41.62%
32.16%

Color #49AD65 in popluar number systems.

HEX 49 AD 65
Decimal 73 173 101
Binary 1001001 10101101 1100101
Octal 111 255 145

Shades and tints

Shades of #49AD65

#49AD65
(73,173,101)
#439E5C
(67,158,92)
#3D8F53
(61,143,83)
#37804A
(55,128,74)
#317141
(49,113,65)
#2B6238
(43,98,56)
#25532F
(37,83,47)
#1F4426
(31,68,38)
#19351D
(25,53,29)
#132614
(19,38,20)
#0D170B
(13,23,11)
#000000
(0,0,0)

Tints of #49AD65

#49AD65
(73,173,101)
#59B473
(89,180,115)
#69BB81
(105,187,129)
#79C28F
(121,194,143)
#89C99D
(137,201,157)
#99D0AB
(153,208,171)
#A9D7B9
(169,215,185)
#B9DEC7
(185,222,199)
#C9E5D5
(201,229,213)
#D9ECE3
(217,236,227)
#E9F3F1
(233,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49AD65 color. Also use rgb(73,173,101) instead hex code.

Text Font Color

.myTextColor { color: #49AD65; }

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

This text font color is #49AD65.

Background Color

.myBgColor { background-color: #49AD65; }

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

This div background color is #49AD65.

Border color

.myBorderColor { border: 1px solid #49AD65; }

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

This div border color is #49AD65.

Opacity

.myOpacity80 { color: #49AD65; opacity: 0.8; }

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

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

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

This text has shadow with #49AD65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49AD65.

Preview

Color preview on black background

This text has color #49AD65 on black background.


Color preview on white background

This text has color #49AD65 on white background.


Black color preview on #49AD65 background

This text has black color on #49AD65 background.


White color preview on #49AD65 background

This text has white color on #49AD65 background.


Related colors

Complementary color

Complementary color for #hex is #B6529A.


I love getcolorcode.com

Triadic colors

1 #6549AD and #AD6549 with #49AD65 are triadic colors.

2 #65AD49 and #AD4965 with #49AD65 are triadic colors.