COLOR #559524

HEX: #559524
RGB: (85,149,36)

Color info

#559524 contains mainly green color. Web safe color of #559524 is #669933 (or #693).

RGB color model

#559524 color RGB value is (85,149,36).

  • red value is 85;
  • green value is 149;
  • blue value is 36.
RGB:
(85,149,36)
(33%,58%,14%)

RGB channels and saturation

R 85 of 255 = 33%
G 149 of 255 = 58%
B 36 of 255 = 14%

85
149
36

R + G + B ~ 35%. #559524 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 149 + 36 = 270 (100%)
R 85 of 270 ~ 31.48%
G 149 of 270 ~ 55.19%
B 36 of 270 ~ 13.33%

%31.48
%55.19
%13.33

CMYK color model

#559524 color CMYK value is (43,0,76,42).

  • cyan value is 42.95%
  • magenta value is 0.00%
  • yellow value is 75.84%
  • key color value is 41.57%
CMYK:
(43,0,76,42)
C43M0Y76K42 
(43%,0%,76%,42%)
(0.43/0.00/0.76/0.42)	

CMYK percentages

%42.95
%0
%75.84
%41.57

Codes

Color #559524 in popluar color models

559524
RGB8514936
HSL94°61.08%36.27%
HSB/HSV94°75.84%58.43%
CMYK42.95%0.00%75.84%
41.57%

Color #559524 in popluar number systems.

HEX559524
Decimal8514936
Binary101010110010101100100
Octal12522544

Shades and tints

Shades of #559524

#559524
(85,149,36)
#4E8821
(78,136,33)
#477B1E
(71,123,30)
#406E1B
(64,110,27)
#396118
(57,97,24)
#325415
(50,84,21)
#2B4712
(43,71,18)
#243A0F
(36,58,15)
#1D2D0C
(29,45,12)
#162009
(22,32,9)
#0F1306
(15,19,6)
#000000
(0,0,0)

Tints of #559524

#559524
(85,149,36)
#649E37
(100,158,55)
#73A74A
(115,167,74)
#82B05D
(130,176,93)
#91B970
(145,185,112)
#A0C283
(160,194,131)
#AFCB96
(175,203,150)
#BED4A9
(190,212,169)
#CDDDBC
(205,221,188)
#DCE6CF
(220,230,207)
#EBEFE2
(235,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559524 color. Also use rgb(85,149,36) instead hex code.

Text Font Color

.myTextColor { color: #559524; }

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

This text font color is #559524.


Background Color

.myBgColor { background-color: #559524; }

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

This div background color is #559524.


Border color

.myBorderColor { border: 1px solid #559524; }

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

This div border color is #559524.


Opacity

.myOpacity80 { color: #559524; opacity: 0.8; }

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

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

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

This text has shadow with #559524 color.

.textShadow {text-shadow: 3px 3px 1px #559524, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #559524;
-webkit-box-shadow: 1px 1px 3px 2px #559524;
box-shadow:1px 1px 3px 2px #559524;">
Div content here</div>
This div box has shadow with color #559524.

Preview

Color preview on black background

This text has color #559524 on black background.


Color preview on white background

This text has color #559524 on white background.



Black color preview on #559524 background

This text has black color on #559524 background.


White color preview on #559524 background

This text has white color on #559524 background.