COLOR #419252

HEX: #419252
RGB: (65,146,82)

Color info

#419252 contains mainly green color. Web safe color of #419252 is #339966 (or #396).

RGB color model

#419252 color RGB value is (65,146,82).

  • red value is 65;
  • green value is 146;
  • blue value is 82.
RGB:
(65,146,82)
(25%,57%,32%)

RGB channels and saturation

R 65 of 255 = 25%
G 146 of 255 = 57%
B 82 of 255 = 32%

65
146
82

R + G + B ~ 38%. #419252 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 146 + 82 = 293 (100%)
R 65 of 293 ~ 22.18%
G 146 of 293 ~ 49.83%
B 82 of 293 ~ 27.99%

%22.18
%49.83
%27.99

CMYK color model

#419252 color CMYK value is (55,0,44,43).

  • cyan value is 55.48%
  • magenta value is 0.00%
  • yellow value is 43.84%
  • key color value is 42.75%
CMYK:
(55,0,44,43)
C55M0Y44K43 
(55%,0%,44%,43%)
(0.55/0.00/0.44/0.43)	

CMYK percentages

%55.48
%0
%43.84
%42.75

Codes

Color #419252 in popluar color models

419252
RGB6514682
HSL133°38.39%41.37%
HSB/HSV133°55.48%57.25%
CMYK55.48%0.00%43.84%
42.75%

Color #419252 in popluar number systems.

HEX419252
Decimal6514682
Binary1000001100100101010010
Octal101222122

Shades and tints

Shades of #419252

#419252
(65,146,82)
#3C854B
(60,133,75)
#377844
(55,120,68)
#326B3D
(50,107,61)
#2D5E36
(45,94,54)
#28512F
(40,81,47)
#234428
(35,68,40)
#1E3721
(30,55,33)
#192A1A
(25,42,26)
#141D13
(20,29,19)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #419252

#419252
(65,146,82)
#529B61
(82,155,97)
#63A470
(99,164,112)
#74AD7F
(116,173,127)
#85B68E
(133,182,142)
#96BF9D
(150,191,157)
#A7C8AC
(167,200,172)
#B8D1BB
(184,209,187)
#C9DACA
(201,218,202)
#DAE3D9
(218,227,217)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #419252 color. Also use rgb(65,146,82) instead hex code.

Text Font Color

.myTextColor { color: #419252; }

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

This text font color is #419252.


Background Color

.myBgColor { background-color: #419252; }

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

This div background color is #419252.


Border color

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

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

This div border color is #419252.


Opacity

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

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

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

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

This text has shadow with #419252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #419252 on black background.


Color preview on white background

This text has color #419252 on white background.



Black color preview on #419252 background

This text has black color on #419252 background.


White color preview on #419252 background

This text has white color on #419252 background.