COLOR #49A225

HEX: #49A225 RGB: (73,162,37)

Color info

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

RGB color model

#49A225 color RGB value is (73,162,37).

RGB: (73,162,37) (29%, 64%, 15%)

RGB channels and saturation

R 73 of 255 = 29%
G 162 of 255 = 64%
B 37 of 255 = 15%

73
162
37

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

Portions of RGB colors in percentages

R + G + B = 73 + 162 + 37 = 272 (100%)
R 73 of 272 ~ 26.84%
G 162 of 272 ~ 59.56%
B 37 of 272 ~ 13.6'%

%26.84
%59.56
%13.6

CMYK color model

#49A225 color CMYK value is (55,0,77,36).

  • cyan value is 54.94%
  • magenta value is 0.00%
  • yellow value is 77.16%
  • key color value is 36.47%

CMYK: (55,0,77,36)
C55M0Y77K36 (55%, 0%, 77%, 36%)
(0.55 / 0.00 / 0.77 / 0.36)

CMYK percentages

%54.94
%0
%77.16
%36.47

Codes

Color #49A225 in popluar color models

49 A2 25
RGB 73 162 37
HSL 103° 62.81% 39.02%
HSB/HSV 103° 77.16% 63.53%
CMYK 54.94% 0.00% 77.16%
36.47%

Color #49A225 in popluar number systems.

HEX 49 A2 25
Decimal 73 162 37
Binary 1001001 10100010 100101
Octal 111 242 45

Shades and tints

Shades of #49A225

#49A225
(73,162,37)
#439422
(67,148,34)
#3D861F
(61,134,31)
#37781C
(55,120,28)
#316A19
(49,106,25)
#2B5C16
(43,92,22)
#254E13
(37,78,19)
#1F4010
(31,64,16)
#19320D
(25,50,13)
#13240A
(19,36,10)
#0D1607
(13,22,7)
#000000
(0,0,0)

Tints of #49A225

#49A225
(73,162,37)
#59AA38
(89,170,56)
#69B24B
(105,178,75)
#79BA5E
(121,186,94)
#89C271
(137,194,113)
#99CA84
(153,202,132)
#A9D297
(169,210,151)
#B9DAAA
(185,218,170)
#C9E2BD
(201,226,189)
#D9EAD0
(217,234,208)
#E9F2E3
(233,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A225 color. Also use rgb(73,162,37) instead hex code.

Text Font Color

.myTextColor { color: #49A225; }

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

This text font color is #49A225.

Background Color

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

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

This div background color is #49A225.

Border color

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

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

This div border color is #49A225.

Opacity

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

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

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

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

This text has shadow with #49A225 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49A225.

Preview

Color preview on black background

This text has color #49A225 on black background.


Color preview on white background

This text has color #49A225 on white background.


Black color preview on #49A225 background

This text has black color on #49A225 background.


White color preview on #49A225 background

This text has white color on #49A225 background.


Related colors

Complementary color

Complementary color for #hex is #B65DDA.


I love getcolorcode.com

Triadic colors

1 #2549A2 and #A22549 with #49A225 are triadic colors.

2 #25A249 and #A24925 with #49A225 are triadic colors.