COLOR #4AA542

HEX: #4AA542 RGB: (74,165,66)

Color info

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

RGB color model

#4AA542 color RGB value is (74,165,66).

RGB: (74,165,66) (29%, 65%, 26%)

RGB channels and saturation

R 74 of 255 = 29%
G 165 of 255 = 65%
B 66 of 255 = 26%

74
165
66

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

Portions of RGB colors in percentages

R + G + B = 74 + 165 + 66 = 305 (100%)
R 74 of 305 ~ 24.26%
G 165 of 305 ~ 54.1%
B 66 of 305 ~ 21.64'%

%24.26
%54.1
%21.64

CMYK color model

#4AA542 color CMYK value is (55,0,60,35).

  • cyan value is 55.15%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 35.29%

CMYK: (55,0,60,35)
C55M0Y60K35 (55%, 0%, 60%, 35%)
(0.55 / 0.00 / 0.60 / 0.35)

CMYK percentages

%55.15
%0
%60
%35.29

Codes

Color #4AA542 in popluar color models

4A A5 42
RGB 74 165 66
HSL 115° 42.86% 45.29%
HSB/HSV 115° 60.00% 64.71%
CMYK 55.15% 0.00% 60.00%
35.29%

Color #4AA542 in popluar number systems.

HEX 4A A5 42
Decimal 74 165 66
Binary 1001010 10100101 1000010
Octal 112 245 102

Shades and tints

Shades of #4AA542

#4AA542
(74,165,66)
#44963C
(68,150,60)
#3E8736
(62,135,54)
#387830
(56,120,48)
#32692A
(50,105,42)
#2C5A24
(44,90,36)
#264B1E
(38,75,30)
#203C18
(32,60,24)
#1A2D12
(26,45,18)
#141E0C
(20,30,12)
#0E0F06
(14,15,6)
#000000
(0,0,0)

Tints of #4AA542

#4AA542
(74,165,66)
#5AAD53
(90,173,83)
#6AB564
(106,181,100)
#7ABD75
(122,189,117)
#8AC586
(138,197,134)
#9ACD97
(154,205,151)
#AAD5A8
(170,213,168)
#BADDB9
(186,221,185)
#CAE5CA
(202,229,202)
#DAEDDB
(218,237,219)
#EAF5EC
(234,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA542 color. Also use rgb(74,165,66) instead hex code.

Text Font Color

.myTextColor { color: #4AA542; }

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

This text font color is #4AA542.

Background Color

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

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

This div background color is #4AA542.

Border color

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

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

This div border color is #4AA542.

Opacity

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

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

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

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

This text has shadow with #4AA542 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AA542.

Preview

Color preview on black background

This text has color #4AA542 on black background.


Color preview on white background

This text has color #4AA542 on white background.


Black color preview on #4AA542 background

This text has black color on #4AA542 background.


White color preview on #4AA542 background

This text has white color on #4AA542 background.


Related colors

Complementary color

Complementary color for #hex is #B55ABD.


I love getcolorcode.com

Triadic colors

1 #424AA5 and #A5424A with #4AA542 are triadic colors.

2 #42A54A and #A54A42 with #4AA542 are triadic colors.