Color spaces of #49994d
RGB | 73 | 153 | 77 |
---|---|---|---|
HSL | 0.34 | 0.35 | 0.44 |
HSV | 123° | 52° | 60° |
CMYK | 0.52 | 0.00 | 0.50 0.40 |
XYZ | 15.4784 | 24.7348 | 10.9797 |
Yxy | 24.7348 | 0.3024 | 0.4832 |
Hunter Lab | 49.7341 | -31.4813 | 21.7245 |
CIE-Lab | 56.8161 | -40.8186 | 32.4542 |
#49994d color RGB value is (73,153,77).
#49994d hex color red value is 73, green value is 153 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #49994d hue: 0.34 , saturation: 0.35 and the lightness value of 49994d is 0.44.
The process color (four color CMYK) of #49994d color hex is 0.52, 0.00, 0.50, 0.40. Web safe color of #49994d is #339966. Color #49994d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 10011001 | 01001101 |
Octal | 111 | 231 | 115 |
Decimal | 73 | 153 | 77 |
Hex | 49 | 99 | 4D |
Shades of #49994d
Tints of #49994d
RGB Percentages of Color #49994d
CMYK Percentages of Color #49994d
Complementary Color
#49994d | #994995 |
#49994d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#49994d Color Preview on White Background
Lorem ipsum dolor sit amet.
#49994d Color CSS Codes
.mybgcolor {background-color:#49994d; } .myforecolor {color:#49994d; } .mybordercolor {border:3px solid #49994d; }
#49994d Text Font Color
<p style="color:#49994d">Text here</p>
This sample text font color is #49994d
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.
#49994d Background Color
<div style="background-color:#49994d">
Div content here</div>
This div background color is #49994d
#49994d Border Color
<div style="border:3px solid #49994d">
Div here</div>
This div border color is #49994d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,153,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #49994d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49994d; -webkit-box-shadow: 1px 1px 3px 2px #49994d; box-shadow: 1px 1px 3px 2px #49994d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,153,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #49994d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #49994d; -webkit-box-shadow: 1px 1px 3px 2px #49994d; box-shadow: 1px 1px 3px 2px #49994d;">
Div content here</div>
This div box has shadow with color #49994d
Comments
No comments written yet.
Please login to write comment.