COLOR #41B446

HEX: #41B446
RGB: (65,180,70)

Color info

#41B446 contains mainly green color. Web safe color of #41B446 is #33CC33 (or #3C3).

RGB color model

#41B446 color RGB value is (65,180,70).

  • red value is 65;
  • green value is 180;
  • blue value is 70.
RGB:
(65,180,70)
(25%,71%,27%)

RGB channels and saturation

R 65 of 255 = 25%
G 180 of 255 = 71%
B 70 of 255 = 27%

65
180
70

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

Portions of RGB colors in percentages

R + G + B =
65 + 180 + 70 = 315 (100%)
R 65 of 315 ~ 20.63%
G 180 of 315 ~ 57.14%
B 70 of 315 ~ 22.22%

%20.63
%57.14
%22.22

CMYK color model

#41B446 color CMYK value is (64,0,61,29).

  • cyan value is 63.89%
  • magenta value is 0.00%
  • yellow value is 61.11%
  • key color value is 29.41%
CMYK:
(64,0,61,29)
C64M0Y61K29 
(64%,0%,61%,29%)
(0.64/0.00/0.61/0.29)	

CMYK percentages

%63.89
%0
%61.11
%29.41

Codes

Color #41B446 in popluar color models

41B446
RGB6518070
HSL123°46.94%48.04%
HSB/HSV123°63.89%70.59%
CMYK63.89%0.00%61.11%
29.41%

Color #41B446 in popluar number systems.

HEX41B446
Decimal6518070
Binary1000001101101001000110
Octal101264106

Shades and tints

Shades of #41B446

#41B446
(65,180,70)
#3CA440
(60,164,64)
#37943A
(55,148,58)
#328434
(50,132,52)
#2D742E
(45,116,46)
#286428
(40,100,40)
#235422
(35,84,34)
#1E441C
(30,68,28)
#193416
(25,52,22)
#142410
(20,36,16)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #41B446

#41B446
(65,180,70)
#52BA56
(82,186,86)
#63C066
(99,192,102)
#74C676
(116,198,118)
#85CC86
(133,204,134)
#96D296
(150,210,150)
#A7D8A6
(167,216,166)
#B8DEB6
(184,222,182)
#C9E4C6
(201,228,198)
#DAEAD6
(218,234,214)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41B446 color. Also use rgb(65,180,70) instead hex code.

Text Font Color

.myTextColor { color: #41B446; }

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

This text font color is #41B446.


Background Color

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

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

This div background color is #41B446.


Border color

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

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

This div border color is #41B446.


Opacity

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

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

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

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

This text has shadow with #41B446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41B446 on black background.


Color preview on white background

This text has color #41B446 on white background.



Black color preview on #41B446 background

This text has black color on #41B446 background.


White color preview on #41B446 background

This text has white color on #41B446 background.