Color spaces of #418956
RGB | 65 | 137 | 86 |
---|---|---|---|
HSL | 0.38 | 0.36 | 0.40 |
HSV | 138° | 53° | 54° |
CMYK | 0.53 | 0.00 | 0.37 0.46 |
XYZ | 12.8053 | 19.6870 | 11.9292 |
Yxy | 19.6870 | 0.2883 | 0.4432 |
Hunter Lab | 44.3700 | -26.1320 | 15.1185 |
CIE-Lab | 51.4815 | -34.5457 | 20.6470 |
#418956 color RGB value is (65,137,86).
#418956 hex color red value is 65, green value is 137 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #418956 hue: 0.38 , saturation: 0.36 and the lightness value of 418956 is 0.40.
The process color (four color CMYK) of #418956 color hex is 0.53, 0.00, 0.37, 0.46. Web safe color of #418956 is #339966. Color #418956 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 10001001 | 01010110 |
Octal | 101 | 211 | 126 |
Decimal | 65 | 137 | 86 |
Hex | 41 | 89 | 56 |
Shades of #418956
Tints of #418956
RGB Percentages of Color #418956
CMYK Percentages of Color #418956
Complementary Color
#418956 | #894174 |
#418956 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#418956 Color Preview on White Background
Lorem ipsum dolor sit amet.
#418956 Color CSS Codes
.mybgcolor {background-color:#418956; } .myforecolor {color:#418956; } .mybordercolor {border:3px solid #418956; }
#418956 Text Font Color
<p style="color:#418956">Text here</p>
This sample text font color is #418956
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.
#418956 Background Color
<div style="background-color:#418956">
Div content here</div>
This div background color is #418956
#418956 Border Color
<div style="border:3px solid #418956">
Div here</div>
This div border color is #418956
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,137,86, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #418956; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #418956; -webkit-box-shadow: 1px 1px 3px 2px #418956; box-shadow: 1px 1px 3px 2px #418956; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,137,86, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #418956">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #418956; -webkit-box-shadow: 1px 1px 3px 2px #418956; box-shadow: 1px 1px 3px 2px #418956;">
Div content here</div>
This div box has shadow with color #418956
Comments
No comments written yet.
Please login to write comment.