COLOR #419B4D

HEX: #419B4D
RGB: (65,155,77)

Color info

#419B4D contains mainly green color. Web safe color of #419B4D is #339933 (or #393).

RGB color model

#419B4D color RGB value is (65,155,77).

  • red value is 65;
  • green value is 155;
  • blue value is 77.
RGB:
(65,155,77)
(25%,61%,30%)

RGB channels and saturation

R 65 of 255 = 25%
G 155 of 255 = 61%
B 77 of 255 = 30%

65
155
77

R + G + B ~ 39%. #419B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 155 + 77 = 297 (100%)
R 65 of 297 ~ 21.89%
G 155 of 297 ~ 52.19%
B 77 of 297 ~ 25.93%

%21.89
%52.19
%25.93

CMYK color model

#419B4D color CMYK value is (58,0,50,39).

  • cyan value is 58.06%
  • magenta value is 0.00%
  • yellow value is 50.32%
  • key color value is 39.22%
CMYK:
(58,0,50,39)
C58M0Y50K39 
(58%,0%,50%,39%)
(0.58/0.00/0.50/0.39)	

CMYK percentages

%58.06
%0
%50.32
%39.22

Codes

Color #419B4D in popluar color models

419B4D
RGB6515577
HSL128°40.91%43.14%
HSB/HSV128°58.06%60.78%
CMYK58.06%0.00%50.32%
39.22%

Color #419B4D in popluar number systems.

HEX419B4D
Decimal6515577
Binary1000001100110111001101
Octal101233115

Shades and tints

Shades of #419B4D

#419B4D
(65,155,77)
#3C8D46
(60,141,70)
#377F3F
(55,127,63)
#327138
(50,113,56)
#2D6331
(45,99,49)
#28552A
(40,85,42)
#234723
(35,71,35)
#1E391C
(30,57,28)
#192B15
(25,43,21)
#141D0E
(20,29,14)
#0F0F07
(15,15,7)
#000000
(0,0,0)

Tints of #419B4D

#419B4D
(65,155,77)
#52A45D
(82,164,93)
#63AD6D
(99,173,109)
#74B67D
(116,182,125)
#85BF8D
(133,191,141)
#96C89D
(150,200,157)
#A7D1AD
(167,209,173)
#B8DABD
(184,218,189)
#C9E3CD
(201,227,205)
#DAECDD
(218,236,221)
#EBF5ED
(235,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #419B4D color. Also use rgb(65,155,77) instead hex code.

Text Font Color

.myTextColor { color: #419B4D; }

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

This text font color is #419B4D.


Background Color

.myBgColor { background-color: #419B4D; }

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

This div background color is #419B4D.


Border color

.myBorderColor { border: 1px solid #419B4D; }

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

This div border color is #419B4D.


Opacity

.myOpacity80 { color: #419B4D; opacity: 0.8; }

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

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

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

This text has shadow with #419B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #419B4D on black background.


Color preview on white background

This text has color #419B4D on white background.



Black color preview on #419B4D background

This text has black color on #419B4D background.


White color preview on #419B4D background

This text has white color on #419B4D background.