Color spaces of #558745
RGB | 85 | 135 | 69 |
---|---|---|---|
HSL | 0.29 | 0.32 | 0.40 |
HSV | 105° | 49° | 53° |
CMYK | 0.37 | 0.00 | 0.49 0.47 |
XYZ | 13.4845 | 19.6889 | 8.7199 |
Yxy | 19.6889 | 0.3219 | 0.4700 |
Hunter Lab | 44.3722 | -23.4060 | 19.4090 |
CIE-Lab | 51.4836 | -30.1010 | 30.1432 |
#558745 color RGB value is (85,135,69).
#558745 hex color red value is 85, green value is 135 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #558745 hue: 0.29 , saturation: 0.32 and the lightness value of 558745 is 0.40.
The process color (four color CMYK) of #558745 color hex is 0.37, 0.00, 0.49, 0.47. Web safe color of #558745 is #669933. Color #558745 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 10000111 | 01000101 |
Octal | 125 | 207 | 105 |
Decimal | 85 | 135 | 69 |
Hex | 55 | 87 | 45 |
Shades of #558745
Tints of #558745
RGB Percentages of Color #558745
CMYK Percentages of Color #558745
Complementary Color
#558745 | #774587 |
#558745 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#558745 Color Preview on White Background
Lorem ipsum dolor sit amet.
#558745 Color CSS Codes
.mybgcolor {background-color:#558745; } .myforecolor {color:#558745; } .mybordercolor {border:3px solid #558745; }
#558745 Text Font Color
<p style="color:#558745">Text here</p>
This sample text font color is #558745
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.
#558745 Background Color
<div style="background-color:#558745">
Div content here</div>
This div background color is #558745
#558745 Border Color
<div style="border:3px solid #558745">
Div here</div>
This div border color is #558745
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,135,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #558745; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #558745; -webkit-box-shadow: 1px 1px 3px 2px #558745; box-shadow: 1px 1px 3px 2px #558745; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,135,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #558745">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #558745; -webkit-box-shadow: 1px 1px 3px 2px #558745; box-shadow: 1px 1px 3px 2px #558745;">
Div content here</div>
This div box has shadow with color #558745
Comments
No comments written yet.
Please login to write comment.