COLOR #559C39

HEX: #559C39
RGB: (85,156,57)

Color info

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

RGB color model

#559C39 color RGB value is (85,156,57).

  • red value is 85;
  • green value is 156;
  • blue value is 57.
RGB:
(85,156,57)
(33%,61%,22%)

RGB channels and saturation

R 85 of 255 = 33%
G 156 of 255 = 61%
B 57 of 255 = 22%

85
156
57

R + G + B ~ 39%. #559C39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 156 + 57 = 298 (100%)
R 85 of 298 ~ 28.52%
G 156 of 298 ~ 52.35%
B 57 of 298 ~ 19.13%

%28.52
%52.35
%19.13

CMYK color model

#559C39 color CMYK value is (46,0,63,39).

  • cyan value is 45.51%
  • magenta value is 0.00%
  • yellow value is 63.46%
  • key color value is 38.82%
CMYK:
(46,0,63,39)
C46M0Y63K39 
(46%,0%,63%,39%)
(0.46/0.00/0.63/0.39)	

CMYK percentages

%45.51
%0
%63.46
%38.82

Codes

Color #559C39 in popluar color models

559C39
RGB8515657
HSL103°46.48%41.76%
HSB/HSV103°63.46%61.18%
CMYK45.51%0.00%63.46%
38.82%

Color #559C39 in popluar number systems.

HEX559C39
Decimal8515657
Binary101010110011100111001
Octal12523471

Shades and tints

Shades of #559C39

#559C39
(85,156,57)
#4E8E34
(78,142,52)
#47802F
(71,128,47)
#40722A
(64,114,42)
#396425
(57,100,37)
#325620
(50,86,32)
#2B481B
(43,72,27)
#243A16
(36,58,22)
#1D2C11
(29,44,17)
#161E0C
(22,30,12)
#0F1007
(15,16,7)
#000000
(0,0,0)

Tints of #559C39

#559C39
(85,156,57)
#64A54B
(100,165,75)
#73AE5D
(115,174,93)
#82B76F
(130,183,111)
#91C081
(145,192,129)
#A0C993
(160,201,147)
#AFD2A5
(175,210,165)
#BEDBB7
(190,219,183)
#CDE4C9
(205,228,201)
#DCEDDB
(220,237,219)
#EBF6ED
(235,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559C39 color. Also use rgb(85,156,57) instead hex code.

Text Font Color

.myTextColor { color: #559C39; }

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

This text font color is #559C39.


Background Color

.myBgColor { background-color: #559C39; }

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

This div background color is #559C39.


Border color

.myBorderColor { border: 1px solid #559C39; }

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

This div border color is #559C39.


Opacity

.myOpacity80 { color: #559C39; opacity: 0.8; }

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

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

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

This text has shadow with #559C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559C39 on black background.


Color preview on white background

This text has color #559C39 on white background.



Black color preview on #559C39 background

This text has black color on #559C39 background.


White color preview on #559C39 background

This text has white color on #559C39 background.