Color Hex Logo

#518916 Color Hex

#518916
(81,137,22)
0 Favorites   0 Comments

Color spaces of #518916

RGB 8113722
HSL0.250.720.31
HSV89°84°54°
CMYK 0.410.000.84   0.46
XYZ12.483819.69863.9033
Yxy19.69860.34590.5459
Hunter Lab44.3831-27.463125.8539
CIE-Lab51.4947-36.766150.4244

#518916 color RGB value is (81,137,22).

#518916 hex color red value is 81, green value is 137 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #518916 hue: 0.25 , saturation: 0.72 and the lightness value of 518916 is 0.31.

The process color (four color CMYK) of #518916 color hex is 0.41, 0.00, 0.84, 0.46. Web safe color of #518916 is #669900. Color #518916 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001001 00010110
Octal 121 211 26
Decimal 81 137 22
Hex 51 89 16

RGB Percentages of Color #518916

%33.75
%57.08
%9.17

CMYK Percentages of Color #518916

%41
%0
%84
%46

Triadic Colors of #518916

#518916 #165189 #891651

Analogous Colors of #518916

#518916 #188916 #898816

Monochromatic Colors of #518916

#518916

Complementary Color

#518916 #4e1689

#518916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#518916 Color CSS Codes

.mybgcolor {background-color:#518916; } 
.myforecolor {color:#518916; }
.mybordercolor {border:3px solid #518916; }

#518916 Text Font Color

<p style="color:#518916">Text here</p>

This sample text font color is #518916
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#518916 Background Color

<div style="background-color:#518916">
Div content here</div>

This div background color is #518916


#518916 Border Color

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

This div border color is #518916


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,137,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #518916; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #518916;
  -webkit-box-shadow: 1px 1px 3px 2px #518916;
  box-shadow:         1px 1px 3px 2px #518916; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,137,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #518916">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #518916;
  -webkit-box-shadow: 1px 1px 3px 2px #518916;
  box-shadow:         1px 1px 3px 2px #518916;">
Div content here</div>

This div box has shadow with color #518916


Comments

No comments written yet.

Please login to write comment.