COLOR #4AA136

HEX: #4AA136 RGB: (74,161,54)

Color info

#4AA136 contains mainly green color. Web safe color of #4AA136 is #339933 (or #393).

RGB color model

#4AA136 color RGB value is (74,161,54).

RGB: (74,161,54) (29%, 63%, 21%)

RGB channels and saturation

R 74 of 255 = 29%
G 161 of 255 = 63%
B 54 of 255 = 21%

74
161
54

R + G + B ~ 38%. #4AA136 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 161 + 54 = 289 (100%)
R 74 of 289 ~ 25.61%
G 161 of 289 ~ 55.71%
B 54 of 289 ~ 18.69'%

%25.61
%55.71
%18.69

CMYK color model

#4AA136 color CMYK value is (54,0,66,37).

  • cyan value is 54.04%
  • magenta value is 0.00%
  • yellow value is 66.46%
  • key color value is 36.86%

CMYK: (54,0,66,37)
C54M0Y66K37 (54%, 0%, 66%, 37%)
(0.54 / 0.00 / 0.66 / 0.37)

CMYK percentages

%54.04
%0
%66.46
%36.86

Codes

Color #4AA136 in popluar color models

4A A1 36
RGB 74 161 54
HSL 109° 49.77% 42.16%
HSB/HSV 109° 66.46% 63.14%
CMYK 54.04% 0.00% 66.46%
36.86%

Color #4AA136 in popluar number systems.

HEX 4A A1 36
Decimal 74 161 54
Binary 1001010 10100001 110110
Octal 112 241 66

Shades and tints

Shades of #4AA136

#4AA136
(74,161,54)
#449332
(68,147,50)
#3E852E
(62,133,46)
#38772A
(56,119,42)
#326926
(50,105,38)
#2C5B22
(44,91,34)
#264D1E
(38,77,30)
#203F1A
(32,63,26)
#1A3116
(26,49,22)
#142312
(20,35,18)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #4AA136

#4AA136
(74,161,54)
#5AA948
(90,169,72)
#6AB15A
(106,177,90)
#7AB96C
(122,185,108)
#8AC17E
(138,193,126)
#9AC990
(154,201,144)
#AAD1A2
(170,209,162)
#BAD9B4
(186,217,180)
#CAE1C6
(202,225,198)
#DAE9D8
(218,233,216)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA136 color. Also use rgb(74,161,54) instead hex code.

Text Font Color

.myTextColor { color: #4AA136; }

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

This text font color is #4AA136.

Background Color

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

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

This div background color is #4AA136.

Border color

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

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

This div border color is #4AA136.

Opacity

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

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

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

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

This text has shadow with #4AA136 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AA136.

Preview

Color preview on black background

This text has color #4AA136 on black background.


Color preview on white background

This text has color #4AA136 on white background.


Black color preview on #4AA136 background

This text has black color on #4AA136 background.


White color preview on #4AA136 background

This text has white color on #4AA136 background.


Related colors

Complementary color

Complementary color for #4AA136 is #B55EC9.


I love getcolorcode.com

Triadic colors

1 #364AA1 and #A1364A with #4AA136 are triadic colors.

2 #36A14A and #A14A36 with #4AA136 are triadic colors.