COLOR #4AAB55

HEX: #4AAB55 RGB: (74,171,85)

Color info

#4AAB55 contains mainly green color. Web safe color of #4AAB55 is #339966 (or #396).

RGB color model

#4AAB55 color RGB value is (74,171,85).

RGB: (74,171,85) (29%, 67%, 33%)

RGB channels and saturation

R 74 of 255 = 29%
G 171 of 255 = 67%
B 85 of 255 = 33%

74
171
85

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

Portions of RGB colors in percentages

R + G + B = 74 + 171 + 85 = 330 (100%)
R 74 of 330 ~ 22.42%
G 171 of 330 ~ 51.82%
B 85 of 330 ~ 25.76'%

%22.42
%51.82
%25.76

CMYK color model

#4AAB55 color CMYK value is (57,0,50,33).

  • cyan value is 56.73%
  • magenta value is 0.00%
  • yellow value is 50.29%
  • key color value is 32.94%

CMYK: (57,0,50,33)
C57M0Y50K33 (57%, 0%, 50%, 33%)
(0.57 / 0.00 / 0.50 / 0.33)

CMYK percentages

%56.73
%0
%50.29
%32.94

Codes

Color #4AAB55 in popluar color models

4A AB 55
RGB 74 171 85
HSL 127° 39.59% 48.04%
HSB/HSV 127° 56.73% 67.06%
CMYK 56.73% 0.00% 50.29%
32.94%

Color #4AAB55 in popluar number systems.

HEX 4A AB 55
Decimal 74 171 85
Binary 1001010 10101011 1010101
Octal 112 253 125

Shades and tints

Shades of #4AAB55

#4AAB55
(74,171,85)
#449C4E
(68,156,78)
#3E8D47
(62,141,71)
#387E40
(56,126,64)
#326F39
(50,111,57)
#2C6032
(44,96,50)
#26512B
(38,81,43)
#204224
(32,66,36)
#1A331D
(26,51,29)
#142416
(20,36,22)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #4AAB55

#4AAB55
(74,171,85)
#5AB264
(90,178,100)
#6AB973
(106,185,115)
#7AC082
(122,192,130)
#8AC791
(138,199,145)
#9ACEA0
(154,206,160)
#AAD5AF
(170,213,175)
#BADCBE
(186,220,190)
#CAE3CD
(202,227,205)
#DAEADC
(218,234,220)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AAB55 color. Also use rgb(74,171,85) instead hex code.

Text Font Color

.myTextColor { color: #4AAB55; }

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

This text font color is #4AAB55.

Background Color

.myBgColor { background-color: #4AAB55; }

<div style="background-color:#4AAB55">Inner text</div>

This div background color is #4AAB55.

Border color

.myBorderColor { border: 1px solid #4AAB55; }

<div style="border:3px solid #4AAB55">Div</div>

This div border color is #4AAB55.

Opacity

.myOpacity80 { color: #4AAB55; opacity: 0.8; }

<p style="color:#4AAB55;opacity:0.8;">80%</p>

Text with #4AAB55 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 #4AAB55;}

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

This text has shadow with #4AAB55 color.


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

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

This text has shadow with #4AAB55 primary color and red secondary color.


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

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

This text has shadow with #4AAB55 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4AAB55.

Preview

Color preview on black background

This text has color #4AAB55 on black background.


Color preview on white background

This text has color #4AAB55 on white background.


Black color preview on #4AAB55 background

This text has black color on #4AAB55 background.


White color preview on #4AAB55 background

This text has white color on #4AAB55 background.


Related colors

Complementary color

Complementary color for #hex is #B554AA.


I love getcolorcode.com

Triadic colors

1 #554AAB and #AB554A with #4AAB55 are triadic colors.

2 #55AB4A and #AB4A55 with #4AAB55 are triadic colors.