Color Hex Logo

#519010 Color Hex

#519010
(81,144,16)
0 Favorites   0 Comments

Color spaces of #519010

RGB 8114416
HSL0.250.800.31
HSV90°89°56°
CMYK 0.440.000.89   0.44
XYZ13.460121.73333.9757
Yxy21.73330.34360.5549
Hunter Lab46.6190-30.045727.5770
CIE-Lab53.7429-39.996553.8953

#519010 color RGB value is (81,144,16).

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

The process color (four color CMYK) of #519010 color hex is 0.44, 0.00, 0.89, 0.44. Web safe color of #519010 is #669900. Color #519010 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010000 00010000
Octal 121 220 20
Decimal 81 144 16
Hex 51 90 10

RGB Percentages of Color #519010

%33.61
%59.75
%6.64

CMYK Percentages of Color #519010

%44
%0
%89
%44

Triadic Colors of #519010

#519010 #105190 #901051

Analogous Colors of #519010

#519010 #119010 #908f10

Monochromatic Colors of #519010

#519010

Complementary Color

#519010 #4f1090

#519010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519010 Color CSS Codes

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

#519010 Text Font Color

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

This sample text font color is #519010
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.


#519010 Background Color

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

This div background color is #519010


#519010 Border Color

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

This div border color is #519010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519010


Comments

No comments written yet.

Please login to write comment.