COLOR #41C349

HEX: #41C349
RGB: (65,195,73)

Renk bilgisi

#41C349 contains mainly green color. #41C349 ‘ nin web güvenlik rengi #33CC33 (ya da #3C3) dir.

RGB renk modeli

#41C349 color RGB value is (65,195,73).

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

RGB bağlantıları ve doygunluk

R 65 of 255 = 25%
G 195 of 255 = 76%
B 73 of 255 = 29%

65
195
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
65 + 195 + 73 = 333 (100%)
R 65 of 333 ~ 19.52%
G 195 of 333 ~ 58.56%
B 73 of 333 ~ 21.92%

%19.52
%58.56
%21.92

CMYK RENK MODELİ

#41C349 rengi CMYK tonu (67,0,63,24).

  • camgöbeği tonu 66.67%
  • eflatun tonu 0.00%
  • sarı tonu 62.56%
  • ana renk tonu 23.53%
CMYK:
(67,0,63,24)
C67M0Y63K24 
(67%,0%,63%,24%)
(0.67/0.00/0.63/0.24)	

CMYK yüzdeleri

%66.67
%0
%62.56
%23.53

Codes

Color #41C349 in popluar color models

41C349
RGB6519573
HSL124°52.00%50.98%
HSB/HSV124°66.67%76.47%
CMYK66.67%0.00%62.56%
23.53%

Color #41C349 in popluar number systems.

HEX41C349
Decimal6519573
Binary1000001110000111001001
Octal101303111

Shades and tints

Shades of #41C349

#41C349
(65,195,73)
#3CB243
(60,178,67)
#37A13D
(55,161,61)
#329037
(50,144,55)
#2D7F31
(45,127,49)
#286E2B
(40,110,43)
#235D25
(35,93,37)
#1E4C1F
(30,76,31)
#193B19
(25,59,25)
#142A13
(20,42,19)
#0F190D
(15,25,13)
#000000
(0,0,0)

Tints of #41C349

#41C349
(65,195,73)
#52C859
(82,200,89)
#63CD69
(99,205,105)
#74D279
(116,210,121)
#85D789
(133,215,137)
#96DC99
(150,220,153)
#A7E1A9
(167,225,169)
#B8E6B9
(184,230,185)
#C9EBC9
(201,235,201)
#DAF0D9
(218,240,217)
#EBF5E9
(235,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41C349 color. Also use rgb(65,195,73) instead hex code.

Text Font Color

.myTextColor { color: #41C349; }

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

This text font color is #41C349.


Background Color

.myBgColor { background-color: #41C349; }

<div style="background-color:#41C349">Inner text</div>

This div background color is #41C349.


Border color

.myBorderColor { border: 1px solid #41C349; }

<div style="border:3px solid #41C349">Div</div>

This div border color is #41C349.


Opacity

.myOpacity80 { color: #41C349; opacity: 0.8; }

<p style="color:#41C349;opacity:0.8;">80%</p>

Text with #41C349 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 #41C349;}

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

This text has shadow with #41C349 color.

.textShadow {text-shadow: 3px 3px 1px #41C349, 3px 3px 1px red;}

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

This text has shadow with #41C349 primary color and red secondary color.


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

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

This text has shadow with #41C349 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41C349 on black background.


Color preview on white background

This text has color #41C349 on white background.



Black color preview on #41C349 background

This text has black color on #41C349 background.


White color preview on #41C349 background

This text has white color on #41C349 background.