COLOR #49AF4A

HEX: #49AF4A RGB: (73,175,74)

Color info

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

RGB color model

#49AF4A color RGB value is (73,175,74).

RGB: (73,175,74) (29%, 69%, 29%)

RGB channels and saturation

R 73 of 255 = 29%
G 175 of 255 = 69%
B 74 of 255 = 29%

73
175
74

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

Portions of RGB colors in percentages

R + G + B = 73 + 175 + 74 = 322 (100%)
R 73 of 322 ~ 22.67%
G 175 of 322 ~ 54.35%
B 74 of 322 ~ 22.98'%

%22.67
%54.35
%22.98

CMYK color model

#49AF4A color CMYK value is (58,0,58,31).

  • cyan value is 58.29%
  • magenta value is 0.00%
  • yellow value is 57.71%
  • key color value is 31.37%

CMYK: (58,0,58,31)
C58M0Y58K31 (58%, 0%, 58%, 31%)
(0.58 / 0.00 / 0.58 / 0.31)

CMYK percentages

%58.29
%0
%57.71
%31.37

Codes

Color #49AF4A in popluar color models

49 AF 4A
RGB 73 175 74
HSL 121° 41.13% 48.63%
HSB/HSV 121° 58.29% 68.63%
CMYK 58.29% 0.00% 57.71%
31.37%

Color #49AF4A in popluar number systems.

HEX 49 AF 4A
Decimal 73 175 74
Binary 1001001 10101111 1001010
Octal 111 257 112

Shades and tints

Shades of #49AF4A

#49AF4A
(73,175,74)
#43A044
(67,160,68)
#3D913E
(61,145,62)
#378238
(55,130,56)
#317332
(49,115,50)
#2B642C
(43,100,44)
#255526
(37,85,38)
#1F4620
(31,70,32)
#19371A
(25,55,26)
#132814
(19,40,20)
#0D190E
(13,25,14)
#000000
(0,0,0)

Tints of #49AF4A

#49AF4A
(73,175,74)
#59B65A
(89,182,90)
#69BD6A
(105,189,106)
#79C47A
(121,196,122)
#89CB8A
(137,203,138)
#99D29A
(153,210,154)
#A9D9AA
(169,217,170)
#B9E0BA
(185,224,186)
#C9E7CA
(201,231,202)
#D9EEDA
(217,238,218)
#E9F5EA
(233,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49AF4A color. Also use rgb(73,175,74) instead hex code.

Text Font Color

.myTextColor { color: #49AF4A; }

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

This text font color is #49AF4A.

Background Color

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

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

This div background color is #49AF4A.

Border color

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

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

This div border color is #49AF4A.

Opacity

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

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

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

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

This text has shadow with #49AF4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49AF4A.

Preview

Color preview on black background

This text has color #49AF4A on black background.


Color preview on white background

This text has color #49AF4A on white background.


Black color preview on #49AF4A background

This text has black color on #49AF4A background.


White color preview on #49AF4A background

This text has white color on #49AF4A background.


Related colors

Complementary color

Complementary color for #hex is #B650B5.


I love getcolorcode.com

Triadic colors

1 #4A49AF and #AF4A49 with #49AF4A are triadic colors.

2 #4AAF49 and #AF494A with #49AF4A are triadic colors.