COLOR #41B00C

HEX: #41B00C
RGB: (65,176,12)

Color info

#41B00C contains mainly green color. Web safe color of #41B00C is #339900 (or #390).

RGB color model

#41B00C color RGB value is (65,176,12).

  • red value is 65;
  • green value is 176;
  • blue value is 12.
RGB:
(65,176,12)
(25%,69%,5%)

RGB channels and saturation

R 65 of 255 = 25%
G 176 of 255 = 69%
B 12 of 255 = 5%

65
176
12

R + G + B ~ 33%. #41B00C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 176 + 12 = 253 (100%)
R 65 of 253 ~ 25.69%
G 176 of 253 ~ 69.57%
B 12 of 253 ~ 4.74%

%25.69
%69.57

CMYK color model

#41B00C color CMYK value is (63,0,93,31).

  • cyan value is 63.07%
  • magenta value is 0.00%
  • yellow value is 93.18%
  • key color value is 30.98%
CMYK:
(63,0,93,31)
C63M0Y93K31 
(63%,0%,93%,31%)
(0.63/0.00/0.93/0.31)	

CMYK percentages

%63.07
%0
%93.18
%30.98

Codes

Color #41B00C in popluar color models

41B00C
RGB6517612
HSL101°87.23%36.86%
HSB/HSV101°93.18%69.02%
CMYK63.07%0.00%93.18%
30.98%

Color #41B00C in popluar number systems.

HEX41B00C
Decimal6517612
Binary1000001101100001100
Octal10126014

Shades and tints

Shades of #41B00C

#41B00C
(65,176,12)
#3CA00B
(60,160,11)
#37900A
(55,144,10)
#328009
(50,128,9)
#2D7008
(45,112,8)
#286007
(40,96,7)
#235006
(35,80,6)
#1E4005
(30,64,5)
#193004
(25,48,4)
#142003
(20,32,3)
#0F1002
(15,16,2)
#000000
(0,0,0)

Tints of #41B00C

#41B00C
(65,176,12)
#52B722
(82,183,34)
#63BE38
(99,190,56)
#74C54E
(116,197,78)
#85CC64
(133,204,100)
#96D37A
(150,211,122)
#A7DA90
(167,218,144)
#B8E1A6
(184,225,166)
#C9E8BC
(201,232,188)
#DAEFD2
(218,239,210)
#EBF6E8
(235,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41B00C color. Also use rgb(65,176,12) instead hex code.

Text Font Color

.myTextColor { color: #41B00C; }

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

This text font color is #41B00C.


Background Color

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

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

This div background color is #41B00C.


Border color

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

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

This div border color is #41B00C.


Opacity

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

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

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

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

This text has shadow with #41B00C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41B00C on black background.


Color preview on white background

This text has color #41B00C on white background.



Black color preview on #41B00C background

This text has black color on #41B00C background.


White color preview on #41B00C background

This text has white color on #41B00C background.