Color spaces of #41821d
RGB | 65 | 130 | 29 |
---|---|---|---|
HSL | 0.27 | 0.64 | 0.31 |
HSV | 99° | 78° | 51° |
CMYK | 0.50 | 0.00 | 0.78 0.49 |
XYZ | 10.3844 | 17.1778 | 3.9307 |
Yxy | 17.1778 | 0.3297 | 0.5454 |
Hunter Lab | 41.4461 | -27.8072 | 23.3893 |
CIE-Lab | 48.4833 | -38.9160 | 45.0783 |
#41821d color RGB value is (65,130,29).
#41821d hex color red value is 65, green value is 130 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #41821d hue: 0.27 , saturation: 0.64 and the lightness value of 41821d is 0.31.
The process color (four color CMYK) of #41821d color hex is 0.50, 0.00, 0.78, 0.49. Web safe color of #41821d is #339933. Color #41821d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 10000010 | 00011101 |
Octal | 101 | 202 | 35 |
Decimal | 65 | 130 | 29 |
Hex | 41 | 82 | 1D |
Shades of #41821d
Tints of #41821d
RGB Percentages of Color #41821d
CMYK Percentages of Color #41821d
Complementary Color
#41821d | #5e1d82 |
#41821d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#41821d Color Preview on White Background
Lorem ipsum dolor sit amet.
#41821d Color CSS Codes
.mybgcolor {background-color:#41821d; } .myforecolor {color:#41821d; } .mybordercolor {border:3px solid #41821d; }
#41821d Text Font Color
<p style="color:#41821d">Text here</p>
This sample text font color is #41821d
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.
#41821d Background Color
<div style="background-color:#41821d">
Div content here</div>
This div background color is #41821d
#41821d Border Color
<div style="border:3px solid #41821d">
Div here</div>
This div border color is #41821d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,130,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #41821d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #41821d; -webkit-box-shadow: 1px 1px 3px 2px #41821d; box-shadow: 1px 1px 3px 2px #41821d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,130,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #41821d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #41821d; -webkit-box-shadow: 1px 1px 3px 2px #41821d; box-shadow: 1px 1px 3px 2px #41821d;">
Div content here</div>
This div box has shadow with color #41821d
Comments
No comments written yet.
Please login to write comment.