Color Hex Logo

#558f2e Color Hex

#558F2E
(85,143,46)
0 Favorites   0 Comments

Color spaces of #558f2e

RGB 8514346
HSL0.270.510.37
HSV96°68°56°
CMYK 0.410.000.68   0.44
XYZ14.061921.77356.0463
Yxy21.77350.33580.5199
Hunter Lab46.6621-27.866624.9809
CIE-Lab53.7859-36.354244.0177

#558f2e color RGB value is (85,143,46).

#558f2e hex color red value is 85, green value is 143 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #558f2e hue: 0.27 , saturation: 0.51 and the lightness value of 558f2e is 0.37.

The process color (four color CMYK) of #558f2e color hex is 0.41, 0.00, 0.68, 0.44. Web safe color of #558f2e is #669933. Color #558f2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001111 00101110
Octal 125 217 56
Decimal 85 143 46
Hex 55 8F 2E

RGB Percentages of Color #558f2e

%31.02
%52.19
%16.79

CMYK Percentages of Color #558f2e

%41
%0
%68
%44

Triadic Colors of #558f2e

#558f2e #2e558f #8f2e55

Analogous Colors of #558f2e

#558f2e #2e8f38 #868f2e

Monochromatic Colors of #558f2e

#558f2e

Complementary Color

#558f2e #682e8f

#558f2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558f2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#558f2e Color CSS Codes

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

#558f2e Text Font Color

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

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


#558f2e Background Color

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

This div background color is #558f2e


#558f2e Border Color

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

This div border color is #558f2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,143,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #558f2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #558f2e;
  -webkit-box-shadow: 1px 1px 3px 2px #558f2e;
  box-shadow:         1px 1px 3px 2px #558f2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558f2e


Comments

No comments written yet.

Please login to write comment.