COLOR #49A55A

HEX: #49A55A
RGB: (73,165,90)

Color info

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

RGB color model

#49A55A color RGB value is (73,165,90).

  • red value is 73;
  • green value is 165;
  • blue value is 90.
RGB:
(73,165,90)
(29%,65%,35%)

RGB channels and saturation

R 73 of 255 = 29%
G 165 of 255 = 65%
B 90 of 255 = 35%

73
165
90

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

Portions of RGB colors in percentages

R + G + B =
73 + 165 + 90 = 328 (100%)
R 73 of 328 ~ 22.26%
G 165 of 328 ~ 50.3%
B 90 of 328 ~ 27.44%

%22.26
%50.3
%27.44

CMYK color model

#49A55A color CMYK value is (56,0,45,35).

  • cyan value is 55.76%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 35.29%
CMYK:
(56,0,45,35)
C56M0Y45K35 
(56%,0%,45%,35%)
(0.56/0.00/0.45/0.35)	

CMYK percentages

%55.76
%0
%45.45
%35.29

Codes

Color #49A55A in popluar color models

49A55A
RGB7316590
HSL131°38.66%46.67%
HSB/HSV131°55.76%64.71%
CMYK55.76%0.00%45.45%
35.29%

Color #49A55A in popluar number systems.

HEX49A55A
Decimal7316590
Binary1001001101001011011010
Octal111245132

Shades and tints

Shades of #49A55A

#49A55A
(73,165,90)
#439652
(67,150,82)
#3D874A
(61,135,74)
#377842
(55,120,66)
#31693A
(49,105,58)
#2B5A32
(43,90,50)
#254B2A
(37,75,42)
#1F3C22
(31,60,34)
#192D1A
(25,45,26)
#131E12
(19,30,18)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #49A55A

#49A55A
(73,165,90)
#59AD69
(89,173,105)
#69B578
(105,181,120)
#79BD87
(121,189,135)
#89C596
(137,197,150)
#99CDA5
(153,205,165)
#A9D5B4
(169,213,180)
#B9DDC3
(185,221,195)
#C9E5D2
(201,229,210)
#D9EDE1
(217,237,225)
#E9F5F0
(233,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A55A color. Also use rgb(73,165,90) instead hex code.

Text Font Color

.myTextColor { color: #49A55A; }

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

This text font color is #49A55A.


Background Color

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

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

This div background color is #49A55A.


Border color

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

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

This div border color is #49A55A.


Opacity

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

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

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

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

This text has shadow with #49A55A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A55A on black background.


Color preview on white background

This text has color #49A55A on white background.



Black color preview on #49A55A background

This text has black color on #49A55A background.


White color preview on #49A55A background

This text has white color on #49A55A background.