Color spaces of #479a60
RGB | 71 | 154 | 96 |
---|---|---|---|
HSL | 0.38 | 0.37 | 0.44 |
HSV | 138° | 54° | 60° |
CMYK | 0.54 | 0.00 | 0.38 0.40 |
XYZ | 16.2655 | 25.2953 | 15.0915 |
Yxy | 25.2953 | 0.2871 | 0.4465 |
Hunter Lab | 50.2944 | -30.2874 | 17.4154 |
CIE-Lab | 57.3620 | -38.6197 | 22.9830 |
#479a60 color RGB value is (71,154,96).
#479a60 hex color red value is 71, green value is 154 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #479a60 hue: 0.38 , saturation: 0.37 and the lightness value of 479a60 is 0.44.
The process color (four color CMYK) of #479a60 color hex is 0.54, 0.00, 0.38, 0.40. Web safe color of #479a60 is #339966. Color #479a60 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 10011010 | 01100000 |
Octal | 107 | 232 | 140 |
Decimal | 71 | 154 | 96 |
Hex | 47 | 9A | 60 |
Shades of #479a60
Tints of #479a60
RGB Percentages of Color #479a60
CMYK Percentages of Color #479a60
Complementary Color
#479a60 | #9a4781 |
#479a60 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#479a60 Color Preview on White Background
Lorem ipsum dolor sit amet.
#479a60 Color CSS Codes
.mybgcolor {background-color:#479a60; } .myforecolor {color:#479a60; } .mybordercolor {border:3px solid #479a60; }
#479a60 Text Font Color
<p style="color:#479a60">Text here</p>
This sample text font color is #479a60
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.
#479a60 Background Color
<div style="background-color:#479a60">
Div content here</div>
This div background color is #479a60
#479a60 Border Color
<div style="border:3px solid #479a60">
Div here</div>
This div border color is #479a60
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,154,96, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #479a60; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #479a60; -webkit-box-shadow: 1px 1px 3px 2px #479a60; box-shadow: 1px 1px 3px 2px #479a60; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,154,96, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #479a60">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #479a60; -webkit-box-shadow: 1px 1px 3px 2px #479a60; box-shadow: 1px 1px 3px 2px #479a60;">
Div content here</div>
This div box has shadow with color #479a60
Comments
No comments written yet.
Please login to write comment.