Color spaces of #418779
RGB | 65 | 135 | 121 |
---|---|---|---|
HSL | 0.47 | 0.35 | 0.39 |
HSV | 168° | 52° | 53° |
CMYK | 0.52 | 0.00 | 0.10 0.47 |
XYZ | 14.2951 | 19.8322 | 21.1637 |
Yxy | 19.8322 | 0.2585 | 0.3587 |
Hunter Lab | 44.5334 | -20.6353 | 2.9968 |
CIE-Lab | 51.6470 | -25.6810 | 0.7797 |
#418779 color RGB value is (65,135,121).
#418779 hex color red value is 65, green value is 135 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #418779 hue: 0.47 , saturation: 0.35 and the lightness value of 418779 is 0.39.
The process color (four color CMYK) of #418779 color hex is 0.52, 0.00, 0.10, 0.47. Web safe color of #418779 is #339966. Color #418779 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 10000111 | 01111001 |
Octal | 101 | 207 | 171 |
Decimal | 65 | 135 | 121 |
Hex | 41 | 87 | 79 |
Shades of #418779
Tints of #418779
RGB Percentages of Color #418779
CMYK Percentages of Color #418779
Complementary Color
#418779 | #87414f |
#418779 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#418779 Color Preview on White Background
Lorem ipsum dolor sit amet.
#418779 Color CSS Codes
.mybgcolor {background-color:#418779; } .myforecolor {color:#418779; } .mybordercolor {border:3px solid #418779; }
#418779 Text Font Color
<p style="color:#418779">Text here</p>
This sample text font color is #418779
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.
#418779 Background Color
<div style="background-color:#418779">
Div content here</div>
This div background color is #418779
#418779 Border Color
<div style="border:3px solid #418779">
Div here</div>
This div border color is #418779
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,135,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #418779; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #418779; -webkit-box-shadow: 1px 1px 3px 2px #418779; box-shadow: 1px 1px 3px 2px #418779; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,135,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #418779">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #418779; -webkit-box-shadow: 1px 1px 3px 2px #418779; box-shadow: 1px 1px 3px 2px #418779;">
Div content here</div>
This div box has shadow with color #418779
Comments
No comments written yet.
Please login to write comment.