Color spaces of #41997d
RGB | 65 | 153 | 125 |
---|---|---|---|
HSL | 0.45 | 0.40 | 0.43 |
HSV | 161° | 58° | 60° |
CMYK | 0.58 | 0.00 | 0.18 0.40 |
XYZ | 17.2729 | 25.3870 | 23.3918 |
Yxy | 25.3870 | 0.2615 | 0.3844 |
Hunter Lab | 50.3855 | -26.9822 | 7.7441 |
CIE-Lab | 57.4506 | -33.3848 | 6.8552 |
#41997d color RGB value is (65,153,125).
#41997d hex color red value is 65, green value is 153 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #41997d hue: 0.45 , saturation: 0.40 and the lightness value of 41997d is 0.43.
The process color (four color CMYK) of #41997d color hex is 0.58, 0.00, 0.18, 0.40. Web safe color of #41997d is #339966. Color #41997d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 10011001 | 01111101 |
Octal | 101 | 231 | 175 |
Decimal | 65 | 153 | 125 |
Hex | 41 | 99 | 7D |
Shades of #41997d
Tints of #41997d
RGB Percentages of Color #41997d
CMYK Percentages of Color #41997d
Complementary Color
#41997d | #99415d |
#41997d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#41997d Color Preview on White Background
Lorem ipsum dolor sit amet.
#41997d Color CSS Codes
.mybgcolor {background-color:#41997d; } .myforecolor {color:#41997d; } .mybordercolor {border:3px solid #41997d; }
#41997d Text Font Color
<p style="color:#41997d">Text here</p>
This sample text font color is #41997d
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.
#41997d Background Color
<div style="background-color:#41997d">
Div content here</div>
This div background color is #41997d
#41997d Border Color
<div style="border:3px solid #41997d">
Div here</div>
This div border color is #41997d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,153,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #41997d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #41997d; -webkit-box-shadow: 1px 1px 3px 2px #41997d; box-shadow: 1px 1px 3px 2px #41997d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,153,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #41997d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #41997d; -webkit-box-shadow: 1px 1px 3px 2px #41997d; box-shadow: 1px 1px 3px 2px #41997d;">
Div content here</div>
This div box has shadow with color #41997d
Comments
No comments written yet.
Please login to write comment.