COLOR #49C472

HEX: #49C472
RGB: (73,196,114)

Renk bilgisi

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

RGB renk modeli

#49C472 color RGB value is (73,196,114).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 196 of 255 = 77%
B 114 of 255 = 45%

73
196
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 196 + 114 = 383 (100%)
R 73 of 383 ~ 19.06%
G 196 of 383 ~ 51.17%
B 114 of 383 ~ 29.77%

%19.06
%51.17
%29.77

CMYK RENK MODELİ

#49C472 rengi CMYK tonu (63,0,42,23).

  • camgöbeği tonu 62.76%
  • eflatun tonu 0.00%
  • sarı tonu 41.84%
  • ana renk tonu 23.14%
CMYK:
(63,0,42,23)
C63M0Y42K23 
(63%,0%,42%,23%)
(0.63/0.00/0.42/0.23)	

CMYK yüzdeleri

%62.76
%0
%41.84
%23.14

Codes

Color #49C472 in popluar color models

49C472
RGB73196114
HSL140°51.04%52.75%
HSB/HSV140°62.76%76.86%
CMYK62.76%0.00%41.84%
23.14%

Color #49C472 in popluar number systems.

HEX49C472
Decimal73196114
Binary1001001110001001110010
Octal111304162

Shades and tints

Shades of #49C472

#49C472
(73,196,114)
#43B368
(67,179,104)
#3DA25E
(61,162,94)
#379154
(55,145,84)
#31804A
(49,128,74)
#2B6F40
(43,111,64)
#255E36
(37,94,54)
#1F4D2C
(31,77,44)
#193C22
(25,60,34)
#132B18
(19,43,24)
#0D1A0E
(13,26,14)
#000000
(0,0,0)

Tints of #49C472

#49C472
(73,196,114)
#59C97E
(89,201,126)
#69CE8A
(105,206,138)
#79D396
(121,211,150)
#89D8A2
(137,216,162)
#99DDAE
(153,221,174)
#A9E2BA
(169,226,186)
#B9E7C6
(185,231,198)
#C9ECD2
(201,236,210)
#D9F1DE
(217,241,222)
#E9F6EA
(233,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49C472; }

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

This text font color is #49C472.


Background Color

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

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

This div background color is #49C472.


Border color

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

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

This div border color is #49C472.


Opacity

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

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

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

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

This text has shadow with #49C472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49C472 on black background.


Color preview on white background

This text has color #49C472 on white background.



Black color preview on #49C472 background

This text has black color on #49C472 background.


White color preview on #49C472 background

This text has white color on #49C472 background.