Color Hex Logo

#519922 Color Hex

#519922
(81,153,34)
0 Favorites   0 Comments

Color spaces of #519922

RGB 8115334
HSL0.270.640.37
HSV96°78°60°
CMYK 0.470.000.78   0.40
XYZ15.073324.64735.4763
Yxy24.64730.33350.5453
Hunter Lab49.6460-32.685228.2121
CIE-Lab56.7301-42.851251.5714

#519922 color RGB value is (81,153,34).

#519922 hex color red value is 81, green value is 153 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #519922 hue: 0.27 , saturation: 0.64 and the lightness value of 519922 is 0.37.

The process color (four color CMYK) of #519922 color hex is 0.47, 0.00, 0.78, 0.40. Web safe color of #519922 is #669933. Color #519922 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011001 00100010
Octal 121 231 42
Decimal 81 153 34
Hex 51 99 22

RGB Percentages of Color #519922

%30.22
%57.09
%12.69

CMYK Percentages of Color #519922

%47
%0
%78
%40

Triadic Colors of #519922

#519922 #225199 #992251

Analogous Colors of #519922

#519922 #22992f #8d9922

Monochromatic Colors of #519922

#519922

Complementary Color

#519922 #6a2299

#519922 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519922 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519922 Color CSS Codes

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

#519922 Text Font Color

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

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


#519922 Background Color

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

This div background color is #519922


#519922 Border Color

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

This div border color is #519922


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519922


Comments

No comments written yet.

Please login to write comment.