Color Hex Logo

#558400 Color Hex

#558400
(85,132,0)
0 Favorites   0 Comments

Color spaces of #558400

RGB 851320
HSL0.231.000.26
HSV81°100°52°
CMYK 0.360.001.00   0.48
XYZ11.997618.43382.9257
Yxy18.43380.35970.5526
Hunter Lab42.9346-25.255726.0140
CIE-Lab50.0181-33.744753.9206

#558400 color RGB value is (85,132,0).

#558400 hex color red value is 85, green value is 132 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #558400 hue: 0.23 , saturation: 1.00 and the lightness value of 558400 is 0.26.

The process color (four color CMYK) of #558400 color hex is 0.36, 0.00, 1.00, 0.48. Web safe color of #558400 is #669900. Color #558400 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000100 00000000
Octal 125 204 0
Decimal 85 132 0
Hex 55 84 0

RGB Percentages of Color #558400

%39.17
%60.83
%0.00

CMYK Percentages of Color #558400

%36
%0
%100
%48

Triadic Colors of #558400

#558400 #005584 #840055

Analogous Colors of #558400

#558400 #138400 #847100

Monochromatic Colors of #558400

#558400

Complementary Color

#558400 #2f0084

#558400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558400 Color CSS Codes

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

#558400 Text Font Color

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

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


#558400 Background Color

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

This div background color is #558400


#558400 Border Color

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

This div border color is #558400


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,132,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558400


Comments

No comments written yet.

Please login to write comment.