COLOR #559A13

HEX: #559A13
RGB: (85,154,19)

Color info

#559A13 contains mainly green color. Web safe color of #559A13 is #669900 (or #690).

RGB color model

#559A13 color RGB value is (85,154,19).

  • red value is 85;
  • green value is 154;
  • blue value is 19.
RGB:
(85,154,19)
(33%,60%,7%)

RGB channels and saturation

R 85 of 255 = 33%
G 154 of 255 = 60%
B 19 of 255 = 7%

85
154
19

R + G + B ~ 33%. #559A13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 154 + 19 = 258 (100%)
R 85 of 258 ~ 32.95%
G 154 of 258 ~ 59.69%
B 19 of 258 ~ 7.36%

%32.95
%59.69

CMYK color model

#559A13 color CMYK value is (45,0,88,40).

  • cyan value is 44.81%
  • magenta value is 0.00%
  • yellow value is 87.66%
  • key color value is 39.61%
CMYK:
(45,0,88,40)
C45M0Y88K40 
(45%,0%,88%,40%)
(0.45/0.00/0.88/0.40)	

CMYK percentages

%44.81
%0
%87.66
%39.61

Codes

Color #559A13 in popluar color models

559A13
RGB8515419
HSL91°78.03%33.92%
HSB/HSV91°87.66%60.39%
CMYK44.81%0.00%87.66%
39.61%

Color #559A13 in popluar number systems.

HEX559A13
Decimal8515419
Binary10101011001101010011
Octal12523223

Shades and tints

Shades of #559A13

#559A13
(85,154,19)
#4E8C12
(78,140,18)
#477E11
(71,126,17)
#407010
(64,112,16)
#39620F
(57,98,15)
#32540E
(50,84,14)
#2B460D
(43,70,13)
#24380C
(36,56,12)
#1D2A0B
(29,42,11)
#161C0A
(22,28,10)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #559A13

#559A13
(85,154,19)
#64A328
(100,163,40)
#73AC3D
(115,172,61)
#82B552
(130,181,82)
#91BE67
(145,190,103)
#A0C77C
(160,199,124)
#AFD091
(175,208,145)
#BED9A6
(190,217,166)
#CDE2BB
(205,226,187)
#DCEBD0
(220,235,208)
#EBF4E5
(235,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559A13 color. Also use rgb(85,154,19) instead hex code.

Text Font Color

.myTextColor { color: #559A13; }

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

This text font color is #559A13.


Background Color

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

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

This div background color is #559A13.


Border color

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

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

This div border color is #559A13.


Opacity

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

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

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

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

This text has shadow with #559A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559A13 on black background.


Color preview on white background

This text has color #559A13 on white background.



Black color preview on #559A13 background

This text has black color on #559A13 background.


White color preview on #559A13 background

This text has white color on #559A13 background.