COLOR #49BB5A

HEX: #49BB5A
RGB: (73,187,90)

Renk bilgisi

#49BB5A contains mainly green color. #49BB5A ‘ nin web güvenlik rengi #33CC66 (ya da #3C6) dir.

RGB renk modeli

#49BB5A color RGB value is (73,187,90).

  • kırmız ton 73;
  • yeşil ton 187;
  • mavi ton 90.
RGB:
(73,187,90)
(29%,73%,35%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 187 of 255 = 73%
B 90 of 255 = 35%

73
187
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 187 + 90 = 350 (100%)
R 73 of 350 ~ 20.86%
G 187 of 350 ~ 53.43%
B 90 of 350 ~ 25.71%

%20.86
%53.43
%25.71

CMYK RENK MODELİ

#49BB5A rengi CMYK tonu (61,0,52,27).

  • camgöbeği tonu 60.96%
  • eflatun tonu 0.00%
  • sarı tonu 51.87%
  • ana renk tonu 26.67%
CMYK:
(61,0,52,27)
C61M0Y52K27 
(61%,0%,52%,27%)
(0.61/0.00/0.52/0.27)	

CMYK yüzdeleri

%60.96
%0
%51.87
%26.67

Codes

Color #49BB5A in popluar color models

49BB5A
RGB7318790
HSL129°45.60%50.98%
HSB/HSV129°60.96%73.33%
CMYK60.96%0.00%51.87%
26.67%

Color #49BB5A in popluar number systems.

HEX49BB5A
Decimal7318790
Binary1001001101110111011010
Octal111273132

Shades and tints

Shades of #49BB5A

#49BB5A
(73,187,90)
#43AA52
(67,170,82)
#3D994A
(61,153,74)
#378842
(55,136,66)
#31773A
(49,119,58)
#2B6632
(43,102,50)
#25552A
(37,85,42)
#1F4422
(31,68,34)
#19331A
(25,51,26)
#132212
(19,34,18)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #49BB5A

#49BB5A
(73,187,90)
#59C169
(89,193,105)
#69C778
(105,199,120)
#79CD87
(121,205,135)
#89D396
(137,211,150)
#99D9A5
(153,217,165)
#A9DFB4
(169,223,180)
#B9E5C3
(185,229,195)
#C9EBD2
(201,235,210)
#D9F1E1
(217,241,225)
#E9F7F0
(233,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49BB5A color. Also use rgb(73,187,90) instead hex code.

Text Font Color

.myTextColor { color: #49BB5A; }

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

This text font color is #49BB5A.


Background Color

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

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

This div background color is #49BB5A.


Border color

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

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

This div border color is #49BB5A.


Opacity

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

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

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

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

This text has shadow with #49BB5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49BB5A on black background.


Color preview on white background

This text has color #49BB5A on white background.



Black color preview on #49BB5A background

This text has black color on #49BB5A background.


White color preview on #49BB5A background

This text has white color on #49BB5A background.