Color spaces of #618426
RGB | 97 | 132 | 38 |
---|---|---|---|
HSL | 0.23 | 0.55 | 0.33 |
HSV | 82° | 71° | 52° |
CMYK | 0.27 | 0.00 | 0.71 0.48 |
XYZ | 13.5309 | 19.1839 | 4.8234 |
Yxy | 19.1839 | 0.3605 | 0.5111 |
Hunter Lab | 43.7994 | -21.5052 | 24.1303 |
CIE-Lab | 50.9017 | -27.2938 | 44.5812 |
#618426 color RGB value is (97,132,38).
#618426 hex color red value is 97, green value is 132 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #618426 hue: 0.23 , saturation: 0.55 and the lightness value of 618426 is 0.33.
The process color (four color CMYK) of #618426 color hex is 0.27, 0.00, 0.71, 0.48. Web safe color of #618426 is #669933. Color #618426 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 10000100 | 00100110 |
Octal | 141 | 204 | 46 |
Decimal | 97 | 132 | 38 |
Hex | 61 | 84 | 26 |
Shades of #618426
Tints of #618426
RGB Percentages of Color #618426
CMYK Percentages of Color #618426
Complementary Color
#618426 | #492684 |
#618426 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#618426 Color Preview on White Background
Lorem ipsum dolor sit amet.
#618426 Color CSS Codes
.mybgcolor {background-color:#618426; } .myforecolor {color:#618426; } .mybordercolor {border:3px solid #618426; }
#618426 Text Font Color
<p style="color:#618426">Text here</p>
This sample text font color is #618426
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.
#618426 Background Color
<div style="background-color:#618426">
Div content here</div>
This div background color is #618426
#618426 Border Color
<div style="border:3px solid #618426">
Div here</div>
This div border color is #618426
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,132,38, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #618426; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #618426; -webkit-box-shadow: 1px 1px 3px 2px #618426; box-shadow: 1px 1px 3px 2px #618426; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,132,38, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #618426">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #618426; -webkit-box-shadow: 1px 1px 3px 2px #618426; box-shadow: 1px 1px 3px 2px #618426;">
Div content here</div>
This div box has shadow with color #618426
Comments
No comments written yet.
Please login to write comment.