COLOR #49C372

HEX: #49C372
RGB: (73,195,114)

Renk bilgisi

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

RGB renk modeli

#49C372 color RGB value is (73,195,114).

  • kırmız ton 73;
  • yeşil ton 195;
  • mavi ton 114.
RGB:
(73,195,114)
(29%,76%,45%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 195 of 255 = 76%
B 114 of 255 = 45%

73
195
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 195 + 114 = 382 (100%)
R 73 of 382 ~ 19.11%
G 195 of 382 ~ 51.05%
B 114 of 382 ~ 29.84%

%19.11
%51.05
%29.84

CMYK RENK MODELİ

#49C372 rengi CMYK tonu (63,0,42,24).

  • camgöbeği tonu 62.56%
  • eflatun tonu 0.00%
  • sarı tonu 41.54%
  • ana renk tonu 23.53%
CMYK:
(63,0,42,24)
C63M0Y42K24 
(63%,0%,42%,24%)
(0.63/0.00/0.42/0.24)	

CMYK yüzdeleri

%62.56
%0
%41.54
%23.53

Codes

Color #49C372 in popluar color models

49C372
RGB73195114
HSL140°50.41%52.55%
HSB/HSV140°62.56%76.47%
CMYK62.56%0.00%41.54%
23.53%

Color #49C372 in popluar number systems.

HEX49C372
Decimal73195114
Binary1001001110000111110010
Octal111303162

Shades and tints

Shades of #49C372

#49C372
(73,195,114)
#43B268
(67,178,104)
#3DA15E
(61,161,94)
#379054
(55,144,84)
#317F4A
(49,127,74)
#2B6E40
(43,110,64)
#255D36
(37,93,54)
#1F4C2C
(31,76,44)
#193B22
(25,59,34)
#132A18
(19,42,24)
#0D190E
(13,25,14)
#000000
(0,0,0)

Tints of #49C372

#49C372
(73,195,114)
#59C87E
(89,200,126)
#69CD8A
(105,205,138)
#79D296
(121,210,150)
#89D7A2
(137,215,162)
#99DCAE
(153,220,174)
#A9E1BA
(169,225,186)
#B9E6C6
(185,230,198)
#C9EBD2
(201,235,210)
#D9F0DE
(217,240,222)
#E9F5EA
(233,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49C372 color. Also use rgb(73,195,114) instead hex code.

Text Font Color

.myTextColor { color: #49C372; }

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

This text font color is #49C372.


Background Color

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

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

This div background color is #49C372.


Border color

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

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

This div border color is #49C372.


Opacity

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

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

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

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

This text has shadow with #49C372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49C372 on black background.


Color preview on white background

This text has color #49C372 on white background.



Black color preview on #49C372 background

This text has black color on #49C372 background.


White color preview on #49C372 background

This text has white color on #49C372 background.