COLOR #49B037

HEX: #49B037
RGB: (73,176,55)

Renk bilgisi

#49B037 contains mainly green color. #49B037 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#49B037 color RGB value is (73,176,55).

  • kırmız ton 73;
  • yeşil ton 176;
  • mavi ton 55.
RGB:
(73,176,55)
(29%,69%,22%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 176 of 255 = 69%
B 55 of 255 = 22%

73
176
55

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 176 + 55 = 304 (100%)
R 73 of 304 ~ 24.01%
G 176 of 304 ~ 57.89%
B 55 of 304 ~ 18.09%

%24.01
%57.89
%18.09

CMYK RENK MODELİ

#49B037 rengi CMYK tonu (59,0,69,31).

  • camgöbeği tonu 58.52%
  • eflatun tonu 0.00%
  • sarı tonu 68.75%
  • ana renk tonu 30.98%
CMYK:
(59,0,69,31)
C59M0Y69K31 
(59%,0%,69%,31%)
(0.59/0.00/0.69/0.31)	

CMYK yüzdeleri

%58.52
%0
%68.75
%30.98

Codes

Color #49B037 in popluar color models

49B037
RGB7317655
HSL111°52.38%45.29%
HSB/HSV111°68.75%69.02%
CMYK58.52%0.00%68.75%
30.98%

Color #49B037 in popluar number systems.

HEX49B037
Decimal7317655
Binary100100110110000110111
Octal11126067

Shades and tints

Shades of #49B037

#49B037
(73,176,55)
#43A032
(67,160,50)
#3D902D
(61,144,45)
#378028
(55,128,40)
#317023
(49,112,35)
#2B601E
(43,96,30)
#255019
(37,80,25)
#1F4014
(31,64,20)
#19300F
(25,48,15)
#13200A
(19,32,10)
#0D1005
(13,16,5)
#000000
(0,0,0)

Tints of #49B037

#49B037
(73,176,55)
#59B749
(89,183,73)
#69BE5B
(105,190,91)
#79C56D
(121,197,109)
#89CC7F
(137,204,127)
#99D391
(153,211,145)
#A9DAA3
(169,218,163)
#B9E1B5
(185,225,181)
#C9E8C7
(201,232,199)
#D9EFD9
(217,239,217)
#E9F6EB
(233,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49B037 color. Also use rgb(73,176,55) instead hex code.

Text Font Color

.myTextColor { color: #49B037; }

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

This text font color is #49B037.


Background Color

.myBgColor { background-color: #49B037; }

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

This div background color is #49B037.


Border color

.myBorderColor { border: 1px solid #49B037; }

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

This div border color is #49B037.


Opacity

.myOpacity80 { color: #49B037; opacity: 0.8; }

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

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

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

This text has shadow with #49B037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49B037 on black background.


Color preview on white background

This text has color #49B037 on white background.



Black color preview on #49B037 background

This text has black color on #49B037 background.


White color preview on #49B037 background

This text has white color on #49B037 background.