Color Hex Logo

#519129 Color Hex

#519129
(81,145,41)
0 Favorites   0 Comments

Color spaces of #519129

RGB 8114541
HSL0.270.560.36
HSV97°72°57°
CMYK 0.440.000.72   0.43
XYZ13.919022.16025.6416
Yxy22.16020.33360.5312
Hunter Lab47.0746-29.601825.8467
CIE-Lab54.1966-39.023346.4677

#519129 color RGB value is (81,145,41).

#519129 hex color red value is 81, green value is 145 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #519129 hue: 0.27 , saturation: 0.56 and the lightness value of 519129 is 0.36.

The process color (four color CMYK) of #519129 color hex is 0.44, 0.00, 0.72, 0.43. Web safe color of #519129 is #669933. Color #519129 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010001 00101001
Octal 121 221 51
Decimal 81 145 41
Hex 51 91 29

RGB Percentages of Color #519129

%30.34
%54.31
%15.36

CMYK Percentages of Color #519129

%44
%0
%72
%43

Triadic Colors of #519129

#519129 #295191 #912951

Analogous Colors of #519129

#519129 #299135 #859129

Monochromatic Colors of #519129

#519129

Complementary Color

#519129 #692991

#519129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519129 Color CSS Codes

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

#519129 Text Font Color

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

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


#519129 Background Color

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

This div background color is #519129


#519129 Border Color

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

This div border color is #519129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519129


Comments

No comments written yet.

Please login to write comment.