Color spaces of #48926a
RGB | 72 | 146 | 106 |
---|---|---|---|
HSL | 0.41 | 0.34 | 0.43 |
HSV | 148° | 51° | 57° |
CMYK | 0.51 | 0.00 | 0.27 0.43 |
XYZ | 15.5529 | 22.9761 | 17.2508 |
Yxy | 22.9761 | 0.2788 | 0.4119 |
Hunter Lab | 47.9334 | -25.9657 | 12.2154 |
CIE-Lab | 55.0477 | -32.7588 | 14.2747 |
#48926a color RGB value is (72,146,106).
#48926a hex color red value is 72, green value is 146 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #48926a hue: 0.41 , saturation: 0.34 and the lightness value of 48926a is 0.43.
The process color (four color CMYK) of #48926a color hex is 0.51, 0.00, 0.27, 0.43. Web safe color of #48926a is #339966. Color #48926a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 10010010 | 01101010 |
Octal | 110 | 222 | 152 |
Decimal | 72 | 146 | 106 |
Hex | 48 | 92 | 6A |
Shades of #48926a
Tints of #48926a
RGB Percentages of Color #48926a
CMYK Percentages of Color #48926a
Complementary Color
#48926a | #924870 |
#48926a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#48926a Color Preview on White Background
Lorem ipsum dolor sit amet.
#48926a Color CSS Codes
.mybgcolor {background-color:#48926a; } .myforecolor {color:#48926a; } .mybordercolor {border:3px solid #48926a; }
#48926a Text Font Color
<p style="color:#48926a">Text here</p>
This sample text font color is #48926a
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.
#48926a Background Color
<div style="background-color:#48926a">
Div content here</div>
This div background color is #48926a
#48926a Border Color
<div style="border:3px solid #48926a">
Div here</div>
This div border color is #48926a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,146,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #48926a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48926a; -webkit-box-shadow: 1px 1px 3px 2px #48926a; box-shadow: 1px 1px 3px 2px #48926a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,146,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #48926a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #48926a; -webkit-box-shadow: 1px 1px 3px 2px #48926a; box-shadow: 1px 1px 3px 2px #48926a;">
Div content here</div>
This div box has shadow with color #48926a
Comments
No comments written yet.
Please login to write comment.