COLOR #559D49

HEX: #559D49
RGB: (85,157,73)

Renk bilgisi

#559D49 contains mainly green color. #559D49 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#559D49 color RGB value is (85,157,73).

  • kırmız ton 85;
  • yeşil ton 157;
  • mavi ton 73.
RGB:
(85,157,73)
(33%,62%,29%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 157 of 255 = 62%
B 73 of 255 = 29%

85
157
73

R + G + B ~ 41%. #559D49 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 157 + 73 = 315 (100%)
R 85 of 315 ~ 26.98%
G 157 of 315 ~ 49.84%
B 73 of 315 ~ 23.17%

%26.98
%49.84
%23.17

CMYK RENK MODELİ

#559D49 rengi CMYK tonu (46,0,54,38).

  • camgöbeği tonu 45.86%
  • eflatun tonu 0.00%
  • sarı tonu 53.50%
  • ana renk tonu 38.43%
CMYK:
(46,0,54,38)
C46M0Y54K38 
(46%,0%,54%,38%)
(0.46/0.00/0.54/0.38)	

CMYK yüzdeleri

%45.86
%0
%53.5
%38.43

Codes

Color #559D49 in popluar color models

559D49
RGB8515773
HSL111°36.52%45.10%
HSB/HSV111°53.50%61.57%
CMYK45.86%0.00%53.50%
38.43%

Color #559D49 in popluar number systems.

HEX559D49
Decimal8515773
Binary1010101100111011001001
Octal125235111

Shades and tints

Shades of #559D49

#559D49
(85,157,73)
#4E8F43
(78,143,67)
#47813D
(71,129,61)
#407337
(64,115,55)
#396531
(57,101,49)
#32572B
(50,87,43)
#2B4925
(43,73,37)
#243B1F
(36,59,31)
#1D2D19
(29,45,25)
#161F13
(22,31,19)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #559D49

#559D49
(85,157,73)
#64A559
(100,165,89)
#73AD69
(115,173,105)
#82B579
(130,181,121)
#91BD89
(145,189,137)
#A0C599
(160,197,153)
#AFCDA9
(175,205,169)
#BED5B9
(190,213,185)
#CDDDC9
(205,221,201)
#DCE5D9
(220,229,217)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559D49 color. Also use rgb(85,157,73) instead hex code.

Text Font Color

.myTextColor { color: #559D49; }

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

This text font color is #559D49.


Background Color

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

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

This div background color is #559D49.


Border color

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

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

This div border color is #559D49.


Opacity

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

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

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

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

This text has shadow with #559D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559D49 on black background.


Color preview on white background

This text has color #559D49 on white background.



Black color preview on #559D49 background

This text has black color on #559D49 background.


White color preview on #559D49 background

This text has white color on #559D49 background.