COLOR #417D24

HEX: #417D24
RGB: (65,125,36)

Color info

#417D24 contains mainly green color. Web safe color of #417D24 is #336633 (or #363).

RGB color model

#417D24 color RGB value is (65,125,36).

  • red value is 65;
  • green value is 125;
  • blue value is 36.
RGB:
(65,125,36)
(25%,49%,14%)

RGB channels and saturation

R 65 of 255 = 25%
G 125 of 255 = 49%
B 36 of 255 = 14%

65
125
36

R + G + B ~ 29%. #417D24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 125 + 36 = 226 (100%)
R 65 of 226 ~ 28.76%
G 125 of 226 ~ 55.31%
B 36 of 226 ~ 15.93%

%28.76
%55.31
%15.93

CMYK color model

#417D24 color CMYK value is (48,0,71,51).

  • cyan value is 48.00%
  • magenta value is 0.00%
  • yellow value is 71.20%
  • key color value is 50.98%
CMYK:
(48,0,71,51)
C48M0Y71K51 
(48%,0%,71%,51%)
(0.48/0.00/0.71/0.51)	

CMYK percentages

%48
%0
%71.2
%50.98

Codes

Color #417D24 in popluar color models

417D24
RGB6512536
HSL100°55.28%31.57%
HSB/HSV100°71.20%49.02%
CMYK48.00%0.00%71.20%
50.98%

Color #417D24 in popluar number systems.

HEX417D24
Decimal6512536
Binary10000011111101100100
Octal10117544

Shades and tints

Shades of #417D24

#417D24
(65,125,36)
#3C7221
(60,114,33)
#37671E
(55,103,30)
#325C1B
(50,92,27)
#2D5118
(45,81,24)
#284615
(40,70,21)
#233B12
(35,59,18)
#1E300F
(30,48,15)
#19250C
(25,37,12)
#141A09
(20,26,9)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #417D24

#417D24
(65,125,36)
#528837
(82,136,55)
#63934A
(99,147,74)
#749E5D
(116,158,93)
#85A970
(133,169,112)
#96B483
(150,180,131)
#A7BF96
(167,191,150)
#B8CAA9
(184,202,169)
#C9D5BC
(201,213,188)
#DAE0CF
(218,224,207)
#EBEBE2
(235,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417D24 color. Also use rgb(65,125,36) instead hex code.

Text Font Color

.myTextColor { color: #417D24; }

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

This text font color is #417D24.


Background Color

.myBgColor { background-color: #417D24; }

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

This div background color is #417D24.


Border color

.myBorderColor { border: 1px solid #417D24; }

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

This div border color is #417D24.


Opacity

.myOpacity80 { color: #417D24; opacity: 0.8; }

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

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

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

This text has shadow with #417D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417D24 on black background.


Color preview on white background

This text has color #417D24 on white background.



Black color preview on #417D24 background

This text has black color on #417D24 background.


White color preview on #417D24 background

This text has white color on #417D24 background.