Color spaces of #319869
RGB | 49 | 152 | 105 |
---|---|---|---|
HSL | 0.42 | 0.51 | 0.39 |
HSV | 153° | 68° | 60° |
CMYK | 0.68 | 0.00 | 0.31 0.40 |
XYZ | 15.0447 | 24.1294 | 17.2291 |
Yxy | 24.1294 | 0.2667 | 0.4278 |
Hunter Lab | 49.1217 | -31.2930 | 13.5896 |
CIE-Lab | 56.2171 | -40.8111 | 16.3363 |
#319869 color RGB value is (49,152,105).
#319869 hex color red value is 49, green value is 152 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #319869 hue: 0.42 , saturation: 0.51 and the lightness value of 319869 is 0.39.
The process color (four color CMYK) of #319869 color hex is 0.68, 0.00, 0.31, 0.40. Web safe color of #319869 is #339966. Color #319869 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 10011000 | 01101001 |
Octal | 61 | 230 | 151 |
Decimal | 49 | 152 | 105 |
Hex | 31 | 98 | 69 |
Shades of #319869
Tints of #319869
RGB Percentages of Color #319869
CMYK Percentages of Color #319869
Complementary Color
#319869 | #983160 |
#319869 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#319869 Color Preview on White Background
Lorem ipsum dolor sit amet.
#319869 Color CSS Codes
.mybgcolor {background-color:#319869; } .myforecolor {color:#319869; } .mybordercolor {border:3px solid #319869; }
#319869 Text Font Color
<p style="color:#319869">Text here</p>
This sample text font color is #319869
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.
#319869 Background Color
<div style="background-color:#319869">
Div content here</div>
This div background color is #319869
#319869 Border Color
<div style="border:3px solid #319869">
Div here</div>
This div border color is #319869
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,152,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #319869; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #319869; -webkit-box-shadow: 1px 1px 3px 2px #319869; box-shadow: 1px 1px 3px 2px #319869; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,152,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #319869">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #319869; -webkit-box-shadow: 1px 1px 3px 2px #319869; box-shadow: 1px 1px 3px 2px #319869;">
Div content here</div>
This div box has shadow with color #319869
Comments
No comments written yet.
Please login to write comment.