COLOR #41914B

HEX: #41914B
RGB: (65,145,75)

Color info

#41914B contains mainly green color. Web safe color of #41914B is #339933 (or #393).

RGB color model

#41914B color RGB value is (65,145,75).

  • red value is 65;
  • green value is 145;
  • blue value is 75.
RGB:
(65,145,75)
(25%,57%,29%)

RGB channels and saturation

R 65 of 255 = 25%
G 145 of 255 = 57%
B 75 of 255 = 29%

65
145
75

R + G + B ~ 37%. #41914B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 145 + 75 = 285 (100%)
R 65 of 285 ~ 22.81%
G 145 of 285 ~ 50.88%
B 75 of 285 ~ 26.32%

%22.81
%50.88
%26.32

CMYK color model

#41914B color CMYK value is (55,0,48,43).

  • cyan value is 55.17%
  • magenta value is 0.00%
  • yellow value is 48.28%
  • key color value is 43.14%
CMYK:
(55,0,48,43)
C55M0Y48K43 
(55%,0%,48%,43%)
(0.55/0.00/0.48/0.43)	

CMYK percentages

%55.17
%0
%48.28
%43.14

Codes

Color #41914B in popluar color models

41914B
RGB6514575
HSL128°38.10%41.18%
HSB/HSV128°55.17%56.86%
CMYK55.17%0.00%48.28%
43.14%

Color #41914B in popluar number systems.

HEX41914B
Decimal6514575
Binary1000001100100011001011
Octal101221113

Shades and tints

Shades of #41914B

#41914B
(65,145,75)
#3C8445
(60,132,69)
#37773F
(55,119,63)
#326A39
(50,106,57)
#2D5D33
(45,93,51)
#28502D
(40,80,45)
#234327
(35,67,39)
#1E3621
(30,54,33)
#19291B
(25,41,27)
#141C15
(20,28,21)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #41914B

#41914B
(65,145,75)
#529B5B
(82,155,91)
#63A56B
(99,165,107)
#74AF7B
(116,175,123)
#85B98B
(133,185,139)
#96C39B
(150,195,155)
#A7CDAB
(167,205,171)
#B8D7BB
(184,215,187)
#C9E1CB
(201,225,203)
#DAEBDB
(218,235,219)
#EBF5EB
(235,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41914B color. Also use rgb(65,145,75) instead hex code.

Text Font Color

.myTextColor { color: #41914B; }

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

This text font color is #41914B.


Background Color

.myBgColor { background-color: #41914B; }

<div style="background-color:#41914B">Inner text</div>

This div background color is #41914B.


Border color

.myBorderColor { border: 1px solid #41914B; }

<div style="border:3px solid #41914B">Div</div>

This div border color is #41914B.


Opacity

.myOpacity80 { color: #41914B; opacity: 0.8; }

<p style="color:#41914B;opacity:0.8;">80%</p>

Text with #41914B 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 #41914B;}

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

This text has shadow with #41914B color.

.textShadow {text-shadow: 3px 3px 1px #41914B, 3px 3px 1px red;}

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

This text has shadow with #41914B primary color and red secondary color.


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

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

This text has shadow with #41914B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41914B on black background.


Color preview on white background

This text has color #41914B on white background.



Black color preview on #41914B background

This text has black color on #41914B background.


White color preview on #41914B background

This text has white color on #41914B background.