Color Hex Logo

#559322 Color Hex

#559322
(85,147,34)
0 Favorites   0 Comments

Color spaces of #559322

RGB 8514734
HSL0.260.620.35
HSV93°77°58°
CMYK 0.420.000.77   0.42
XYZ14.468822.91425.1737
Yxy22.91420.34000.5384
Hunter Lab47.8688-29.817027.1000
CIE-Lab54.9839-38.991449.9462

#559322 color RGB value is (85,147,34).

#559322 hex color red value is 85, green value is 147 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #559322 hue: 0.26 , saturation: 0.62 and the lightness value of 559322 is 0.35.

The process color (four color CMYK) of #559322 color hex is 0.42, 0.00, 0.77, 0.42. Web safe color of #559322 is #669933. Color #559322 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010011 00100010
Octal 125 223 42
Decimal 85 147 34
Hex 55 93 22

RGB Percentages of Color #559322

%31.95
%55.26
%12.78

CMYK Percentages of Color #559322

%42
%0
%77
%42

Triadic Colors of #559322

#559322 #225593 #932255

Analogous Colors of #559322

#559322 #229327 #8e9322

Monochromatic Colors of #559322

#559322

Complementary Color

#559322 #602293

#559322 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559322 Color Preview on White Background

Lorem ipsum dolor sit amet.

#559322 Color CSS Codes

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

#559322 Text Font Color

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

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


#559322 Background Color

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

This div background color is #559322


#559322 Border Color

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

This div border color is #559322


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,147,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 #559322">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559322


Comments

No comments written yet.

Please login to write comment.