Color spaces of #41952b
RGB | 65 | 149 | 43 |
---|---|---|---|
HSL | 0.30 | 0.55 | 0.38 |
HSV | 108° | 71° | 58° |
CMYK | 0.56 | 0.00 | 0.71 0.42 |
XYZ | 13.3635 | 22.7931 | 5.9807 |
Yxy | 22.7931 | 0.3171 | 0.5409 |
Hunter Lab | 47.7421 | -33.5848 | 25.9922 |
CIE-Lab | 54.8586 | -45.4306 | 46.1442 |
#41952b color RGB value is (65,149,43).
#41952b hex color red value is 65, green value is 149 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #41952b hue: 0.30 , saturation: 0.55 and the lightness value of 41952b is 0.38.
The process color (four color CMYK) of #41952b color hex is 0.56, 0.00, 0.71, 0.42. Web safe color of #41952b is #339933. Color #41952b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 10010101 | 00101011 |
Octal | 101 | 225 | 53 |
Decimal | 65 | 149 | 43 |
Hex | 41 | 95 | 2B |
Shades of #41952b
Tints of #41952b
RGB Percentages of Color #41952b
CMYK Percentages of Color #41952b
Complementary Color
#41952b | #7f2b95 |
#41952b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#41952b Color Preview on White Background
Lorem ipsum dolor sit amet.
#41952b Color CSS Codes
.mybgcolor {background-color:#41952b; } .myforecolor {color:#41952b; } .mybordercolor {border:3px solid #41952b; }
#41952b Text Font Color
<p style="color:#41952b">Text here</p>
This sample text font color is #41952b
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.
#41952b Background Color
<div style="background-color:#41952b">
Div content here</div>
This div background color is #41952b
#41952b Border Color
<div style="border:3px solid #41952b">
Div here</div>
This div border color is #41952b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,149,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #41952b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #41952b; -webkit-box-shadow: 1px 1px 3px 2px #41952b; box-shadow: 1px 1px 3px 2px #41952b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,149,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #41952b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #41952b; -webkit-box-shadow: 1px 1px 3px 2px #41952b; box-shadow: 1px 1px 3px 2px #41952b;">
Div content here</div>
This div box has shadow with color #41952b
Comments
No comments written yet.
Please login to write comment.