COLOR #005518

HEX: #005518
RGB: (0,85,24)

Color info

#005518 contains mainly green color. Web safe color of #005518 is #006600 (or #060).

RGB color model

#005518 color RGB value is (0,85,24).

  • red value is 0;
  • green value is 85;
  • blue value is 24.
RGB:
(0,85,24)
(0%,33%,9%)

RGB channels and saturation

R 0 of 255 = 0%
G 85 of 255 = 33%
B 24 of 255 = 9%

0
85
24

R + G + B ~ 14%. #005518 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 85 + 24 = 109 (100%)
R 0 of 109 ~ 0%
G 85 of 109 ~ 77.98%
B 24 of 109 ~ 22.02%

%77.98
%22.02

CMYK color model

#005518 color CMYK value is (100,0,72,67).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 71.76%
  • key color value is 66.67%
CMYK:
(100,0,72,67)
C100M0Y72K67 
(100%,0%,72%,67%)
(1.00/0.00/0.72/0.67)	

CMYK percentages

%100
%0
%71.76
%66.67

Codes

Color #005518 in popluar color models

005518
RGB08524
HSL137°100.00%16.67%
HSB/HSV137°100.00%33.33%
CMYK100.00%0.00%71.76%
66.67%

Color #005518 in popluar number systems.

HEX005518
Decimal08524
Binary0101010111000
Octal012530

Shades and tints

Shades of #005518

#005518
(0,85,24)
#004E16
(0,78,22)
#004714
(0,71,20)
#004012
(0,64,18)
#003910
(0,57,16)
#00320E
(0,50,14)
#002B0C
(0,43,12)
#00240A
(0,36,10)
#001D08
(0,29,8)
#001606
(0,22,6)
#000F04
(0,15,4)
#000000
(0,0,0)

Tints of #005518

#005518
(0,85,24)
#17642D
(23,100,45)
#2E7342
(46,115,66)
#458257
(69,130,87)
#5C916C
(92,145,108)
#73A081
(115,160,129)
#8AAF96
(138,175,150)
#A1BEAB
(161,190,171)
#B8CDC0
(184,205,192)
#CFDCD5
(207,220,213)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005518 color. Also use rgb(0,85,24) instead hex code.

Text Font Color

.myTextColor { color: #005518; }

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

This text font color is #005518.


Background Color

.myBgColor { background-color: #005518; }

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

This div background color is #005518.


Border color

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

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

This div border color is #005518.


Opacity

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

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

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

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

This text has shadow with #005518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005518 on black background.


Color preview on white background

This text has color #005518 on white background.



Black color preview on #005518 background

This text has black color on #005518 background.


White color preview on #005518 background

This text has white color on #005518 background.