Color spaces of #13644a
RGB | 19 | 100 | 74 |
---|---|---|---|
HSL | 0.45 | 0.68 | 0.23 |
HSV | 161° | 81° | 39° |
CMYK | 0.81 | 0.00 | 0.26 0.61 |
XYZ | 6.0618 | 9.7472 | 8.0405 |
Yxy | 9.7472 | 0.2542 | 0.4087 |
Hunter Lab | 31.2205 | -19.9782 | 6.5849 |
CIE-Lab | 37.3848 | -30.3398 | 8.1346 |
#13644a color RGB value is (19,100,74).
#13644a hex color red value is 19, green value is 100 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #13644a hue: 0.45 , saturation: 0.68 and the lightness value of 13644a is 0.23.
The process color (four color CMYK) of #13644a color hex is 0.81, 0.00, 0.26, 0.61. Web safe color of #13644a is #006633. Color #13644a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 01100100 | 01001010 |
Octal | 23 | 144 | 112 |
Decimal | 19 | 100 | 74 |
Hex | 13 | 64 | 4A |
Shades of #13644a
Tints of #13644a
RGB Percentages of Color #13644a
CMYK Percentages of Color #13644a
Complementary Color
#13644a | #64132d |
#13644a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#13644a Color Preview on White Background
Lorem ipsum dolor sit amet.
#13644a Color CSS Codes
.mybgcolor {background-color:#13644a; } .myforecolor {color:#13644a; } .mybordercolor {border:3px solid #13644a; }
#13644a Text Font Color
<p style="color:#13644a">Text here</p>
This sample text font color is #13644a
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.
#13644a Background Color
<div style="background-color:#13644a">
Div content here</div>
This div background color is #13644a
#13644a Border Color
<div style="border:3px solid #13644a">
Div here</div>
This div border color is #13644a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,100,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #13644a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #13644a; -webkit-box-shadow: 1px 1px 3px 2px #13644a; box-shadow: 1px 1px 3px 2px #13644a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,100,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #13644a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #13644a; -webkit-box-shadow: 1px 1px 3px 2px #13644a; box-shadow: 1px 1px 3px 2px #13644a;">
Div content here</div>
This div box has shadow with color #13644a
Comments
No comments written yet.
Please login to write comment.