Color Hex Logo

#519640 Color Hex

#519640
(81,150,64)
0 Favorites   0 Comments

Color spaces of #519640

RGB 8115064
HSL0.300.400.42
HSV108°57°59°
CMYK 0.460.000.57   0.41
XYZ15.225123.93228.6674
Yxy23.93220.31840.5004
Hunter Lab48.9205-30.058023.7398
CIE-Lab56.0198-38.884138.1376

#519640 color RGB value is (81,150,64).

#519640 hex color red value is 81, green value is 150 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #519640 hue: 0.30 , saturation: 0.40 and the lightness value of 519640 is 0.42.

The process color (four color CMYK) of #519640 color hex is 0.46, 0.00, 0.57, 0.41. Web safe color of #519640 is #669933. Color #519640 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010110 01000000
Octal 121 226 100
Decimal 81 150 64
Hex 51 96 40

RGB Percentages of Color #519640

%27.46
%50.85
%21.69

CMYK Percentages of Color #519640

%46
%0
%57
%41

Triadic Colors of #519640

#519640 #405196 #964051

Analogous Colors of #519640

#519640 #40965a #7c9640

Monochromatic Colors of #519640

#519640

Complementary Color

#519640 #854096

#519640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519640 Color CSS Codes

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

#519640 Text Font Color

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

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


#519640 Background Color

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

This div background color is #519640


#519640 Border Color

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

This div border color is #519640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519640


Comments

No comments written yet.

Please login to write comment.