Color spaces of #488401
RGB | 72 | 132 | 1 |
---|---|---|---|
HSL | 0.24 | 0.98 | 0.26 |
HSV | 87° | 99° | 52° |
CMYK | 0.45 | 0.00 | 0.99 0.48 |
XYZ | 10.9292 | 17.8824 | 2.9043 |
Yxy | 17.8824 | 0.3446 | 0.5638 |
Hunter Lab | 42.2876 | -27.8701 | 25.5293 |
CIE-Lab | 49.3532 | -38.5564 | 52.9206 |
#488401 color RGB value is (72,132,1).
#488401 hex color red value is 72, green value is 132 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #488401 hue: 0.24 , saturation: 0.98 and the lightness value of 488401 is 0.26.
The process color (four color CMYK) of #488401 color hex is 0.45, 0.00, 0.99, 0.48. Web safe color of #488401 is #339900. Color #488401 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 10000100 | 00000001 |
Octal | 110 | 204 | 1 |
Decimal | 72 | 132 | 1 |
Hex | 48 | 84 | 1 |
Shades of #488401
Tints of #488401
RGB Percentages of Color #488401
CMYK Percentages of Color #488401
Complementary Color
#488401 | #3d0184 |
#488401 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#488401 Color Preview on White Background
Lorem ipsum dolor sit amet.
#488401 Color CSS Codes
.mybgcolor {background-color:#488401; } .myforecolor {color:#488401; } .mybordercolor {border:3px solid #488401; }
#488401 Text Font Color
<p style="color:#488401">Text here</p>
This sample text font color is #488401
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.
#488401 Background Color
<div style="background-color:#488401">
Div content here</div>
This div background color is #488401
#488401 Border Color
<div style="border:3px solid #488401">
Div here</div>
This div border color is #488401
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,132,1, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #488401; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #488401; -webkit-box-shadow: 1px 1px 3px 2px #488401; box-shadow: 1px 1px 3px 2px #488401; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,132,1, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #488401">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #488401; -webkit-box-shadow: 1px 1px 3px 2px #488401; box-shadow: 1px 1px 3px 2px #488401;">
Div content here</div>
This div box has shadow with color #488401
Comments
No comments written yet.
Please login to write comment.