COLOR #49AA66

HEX: #49AA66 RGB: (73,170,102)

Color info

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

RGB color model

#49AA66 color RGB value is (73,170,102).

RGB: (73,170,102) (29%, 67%, 40%)

RGB channels and saturation

R 73 of 255 = 29%
G 170 of 255 = 67%
B 102 of 255 = 40%

73
170
102

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

Portions of RGB colors in percentages

R + G + B = 73 + 170 + 102 = 345 (100%)
R 73 of 345 ~ 21.16%
G 170 of 345 ~ 49.28%
B 102 of 345 ~ 29.57'%

%21.16
%49.28
%29.57

CMYK color model

#49AA66 color CMYK value is (57,0,40,33).

  • cyan value is 57.06%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 33.33%

CMYK: (57,0,40,33)
C57M0Y40K33 (57%, 0%, 40%, 33%)
(0.57 / 0.00 / 0.40 / 0.33)

CMYK percentages

%57.06
%0
%40
%33.33

Codes

Color #49AA66 in popluar color models

49 AA 66
RGB 73 170 102
HSL 138° 39.92% 47.65%
HSB/HSV 138° 57.06% 66.67%
CMYK 57.06% 0.00% 40.00%
33.33%

Color #49AA66 in popluar number systems.

HEX 49 AA 66
Decimal 73 170 102
Binary 1001001 10101010 1100110
Octal 111 252 146

Shades and tints

Shades of #49AA66

#49AA66
(73,170,102)
#439B5D
(67,155,93)
#3D8C54
(61,140,84)
#377D4B
(55,125,75)
#316E42
(49,110,66)
#2B5F39
(43,95,57)
#255030
(37,80,48)
#1F4127
(31,65,39)
#19321E
(25,50,30)
#132315
(19,35,21)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #49AA66

#49AA66
(73,170,102)
#59B173
(89,177,115)
#69B880
(105,184,128)
#79BF8D
(121,191,141)
#89C69A
(137,198,154)
#99CDA7
(153,205,167)
#A9D4B4
(169,212,180)
#B9DBC1
(185,219,193)
#C9E2CE
(201,226,206)
#D9E9DB
(217,233,219)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49AA66 color. Also use rgb(73,170,102) instead hex code.

Text Font Color

.myTextColor { color: #49AA66; }

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

This text font color is #49AA66.

Background Color

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

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

This div background color is #49AA66.

Border color

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

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

This div border color is #49AA66.

Opacity

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

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

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

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

This text has shadow with #49AA66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49AA66.

Preview

Color preview on black background

This text has color #49AA66 on black background.


Color preview on white background

This text has color #49AA66 on white background.


Black color preview on #49AA66 background

This text has black color on #49AA66 background.


White color preview on #49AA66 background

This text has white color on #49AA66 background.


Related colors

Complementary color

Complementary color for #hex is #B65599.


I love getcolorcode.com

Triadic colors

1 #6649AA and #AA6649 with #49AA66 are triadic colors.

2 #66AA49 and #AA4966 with #49AA66 are triadic colors.