Color spaces of #196336
RGB | 25 | 99 | 54 |
---|---|---|---|
HSL | 0.40 | 0.60 | 0.24 |
HSV | 144° | 75° | 39° |
CMYK | 0.75 | 0.00 | 0.45 0.61 |
XYZ | 5.5286 | 9.3967 | 5.0124 |
Yxy | 9.3967 | 0.2773 | 0.4713 |
Hunter Lab | 30.6540 | -21.4512 | 11.7630 |
CIE-Lab | 36.7371 | -33.5858 | 19.2471 |
#196336 color RGB value is (25,99,54).
#196336 hex color red value is 25, green value is 99 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #196336 hue: 0.40 , saturation: 0.60 and the lightness value of 196336 is 0.24.
The process color (four color CMYK) of #196336 color hex is 0.75, 0.00, 0.45, 0.61. Web safe color of #196336 is #006633. Color #196336 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011001 | 01100011 | 00110110 |
Octal | 31 | 143 | 66 |
Decimal | 25 | 99 | 54 |
Hex | 19 | 63 | 36 |
Shades of #196336
Tints of #196336
RGB Percentages of Color #196336
CMYK Percentages of Color #196336
Complementary Color
#196336 | #631946 |
#196336 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#196336 Color Preview on White Background
Lorem ipsum dolor sit amet.
#196336 Color CSS Codes
.mybgcolor {background-color:#196336; } .myforecolor {color:#196336; } .mybordercolor {border:3px solid #196336; }
#196336 Text Font Color
<p style="color:#196336">Text here</p>
This sample text font color is #196336
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.
#196336 Background Color
<div style="background-color:#196336">
Div content here</div>
This div background color is #196336
#196336 Border Color
<div style="border:3px solid #196336">
Div here</div>
This div border color is #196336
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25,99,54, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #196336; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #196336; -webkit-box-shadow: 1px 1px 3px 2px #196336; box-shadow: 1px 1px 3px 2px #196336; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(25,99,54, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #196336">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #196336; -webkit-box-shadow: 1px 1px 3px 2px #196336; box-shadow: 1px 1px 3px 2px #196336;">
Div content here</div>
This div box has shadow with color #196336
Comments
No comments written yet.
Please login to write comment.