COLOR #419960

HEX: #419960
RGB: (65,153,96)

Color info

#419960 contains mainly green and blue colors. Web safe color of #419960 is #339966 (or #396).

RGB color model

#419960 color RGB value is (65,153,96).

  • red value is 65;
  • green value is 153;
  • blue value is 96.
RGB:
(65,153,96)
(25%,60%,38%)

RGB channels and saturation

R 65 of 255 = 25%
G 153 of 255 = 60%
B 96 of 255 = 38%

65
153
96

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

Portions of RGB colors in percentages

R + G + B =
65 + 153 + 96 = 314 (100%)
R 65 of 314 ~ 20.7%
G 153 of 314 ~ 48.73%
B 96 of 314 ~ 30.57%

%20.7
%48.73
%30.57

CMYK color model

#419960 color CMYK value is (58,0,37,40).

  • cyan value is 57.52%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 40.00%
CMYK:
(58,0,37,40)
C58M0Y37K40 
(58%,0%,37%,40%)
(0.58/0.00/0.37/0.40)	

CMYK percentages

%57.52
%0
%37.25
%40

Codes

Color #419960 in popluar color models

419960
RGB6515396
HSL141°40.37%42.75%
HSB/HSV141°57.52%60.00%
CMYK57.52%0.00%37.25%
40.00%

Color #419960 in popluar number systems.

HEX419960
Decimal6515396
Binary1000001100110011100000
Octal101231140

Shades and tints

Shades of #419960

#419960
(65,153,96)
#3C8C58
(60,140,88)
#377F50
(55,127,80)
#327248
(50,114,72)
#2D6540
(45,101,64)
#285838
(40,88,56)
#234B30
(35,75,48)
#1E3E28
(30,62,40)
#193120
(25,49,32)
#142418
(20,36,24)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #419960

#419960
(65,153,96)
#52A26E
(82,162,110)
#63AB7C
(99,171,124)
#74B48A
(116,180,138)
#85BD98
(133,189,152)
#96C6A6
(150,198,166)
#A7CFB4
(167,207,180)
#B8D8C2
(184,216,194)
#C9E1D0
(201,225,208)
#DAEADE
(218,234,222)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #419960 color. Also use rgb(65,153,96) instead hex code.

Text Font Color

.myTextColor { color: #419960; }

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

This text font color is #419960.


Background Color

.myBgColor { background-color: #419960; }

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

This div background color is #419960.


Border color

.myBorderColor { border: 1px solid #419960; }

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

This div border color is #419960.


Opacity

.myOpacity80 { color: #419960; opacity: 0.8; }

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

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

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

This text has shadow with #419960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #419960 on black background.


Color preview on white background

This text has color #419960 on white background.



Black color preview on #419960 background

This text has black color on #419960 background.


White color preview on #419960 background

This text has white color on #419960 background.