Color spaces of #3aad48
RGB | 58 | 173 | 72 |
---|---|---|---|
HSL | 0.35 | 0.50 | 0.45 |
HSV | 127° | 66° | 68° |
CMYK | 0.66 | 0.00 | 0.58 0.32 |
XYZ | 17.8582 | 31.2546 | 11.2224 |
Yxy | 31.2546 | 0.2960 | 0.5180 |
Hunter Lab | 55.9058 | -40.8163 | 27.2323 |
CIE-Lab | 62.7220 | -52.9430 | 41.9558 |
#3aad48 color RGB value is (58,173,72).
#3aad48 hex color red value is 58, green value is 173 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #3aad48 hue: 0.35 , saturation: 0.50 and the lightness value of 3aad48 is 0.45.
The process color (four color CMYK) of #3aad48 color hex is 0.66, 0.00, 0.58, 0.32. Web safe color of #3aad48 is #339933. Color #3aad48 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 10101101 | 01001000 |
Octal | 72 | 255 | 110 |
Decimal | 58 | 173 | 72 |
Hex | 3A | AD | 48 |
Shades of #3aad48
Tints of #3aad48
RGB Percentages of Color #3aad48
CMYK Percentages of Color #3aad48
Complementary Color
#3aad48 | #ad3a9f |
#3aad48 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3aad48 Color Preview on White Background
Lorem ipsum dolor sit amet.
#3aad48 Color CSS Codes
.mybgcolor {background-color:#3aad48; } .myforecolor {color:#3aad48; } .mybordercolor {border:3px solid #3aad48; }
#3aad48 Text Font Color
<p style="color:#3aad48">Text here</p>
This sample text font color is #3aad48
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.
#3aad48 Background Color
<div style="background-color:#3aad48">
Div content here</div>
This div background color is #3aad48
#3aad48 Border Color
<div style="border:3px solid #3aad48">
Div here</div>
This div border color is #3aad48
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,173,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3aad48; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3aad48; -webkit-box-shadow: 1px 1px 3px 2px #3aad48; box-shadow: 1px 1px 3px 2px #3aad48; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,173,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3aad48">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3aad48; -webkit-box-shadow: 1px 1px 3px 2px #3aad48; box-shadow: 1px 1px 3px 2px #3aad48;">
Div content here</div>
This div box has shadow with color #3aad48
Comments
No comments written yet.
Please login to write comment.