Color Hex Logo

#196e49 Color Hex

#196E49
(25,110,73)
0 Favorites   0 Comments

Color spaces of #196e49

RGB 2511073
HSL0.430.630.26
HSV154°77°43°
CMYK 0.770.000.34   0.57
XYZ7.179411.83968.2102
Yxy11.83960.26370.4348
Hunter Lab34.4087-22.97119.9390
CIE-Lab40.9600-34.158813.7126

#196e49 color RGB value is (25,110,73).

#196e49 hex color red value is 25, green value is 110 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #196e49 hue: 0.43 , saturation: 0.63 and the lightness value of 196e49 is 0.26.

The process color (four color CMYK) of #196e49 color hex is 0.77, 0.00, 0.34, 0.57. Web safe color of #196e49 is #006633. Color #196e49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101110 01001001
Octal 31 156 111
Decimal 25 110 73
Hex 19 6E 49

RGB Percentages of Color #196e49

%12.02
%52.88
%35.10

CMYK Percentages of Color #196e49

%77
%0
%34
%57

Triadic Colors of #196e49

#196e49 #49196e #6e4919

Analogous Colors of #196e49

#196e49 #19696e #196e1f

Monochromatic Colors of #196e49

#196e49

Complementary Color

#196e49 #6e193e

#196e49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196e49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#196e49 Color CSS Codes

.mybgcolor {background-color:#196e49; } 
.myforecolor {color:#196e49; }
.mybordercolor {border:3px solid #196e49; }

#196e49 Text Font Color

<p style="color:#196e49">Text here</p>

This sample text font color is #196e49
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.


#196e49 Background Color

<div style="background-color:#196e49">
Div content here</div>

This div background color is #196e49


#196e49 Border Color

<div style="border:3px solid #196e49">
Div here</div>

This div border color is #196e49


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,110,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #196e49; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #196e49;
  -webkit-box-shadow: 1px 1px 3px 2px #196e49;
  box-shadow:         1px 1px 3px 2px #196e49; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,110,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #196e49">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #196e49;
  -webkit-box-shadow: 1px 1px 3px 2px #196e49;
  box-shadow:         1px 1px 3px 2px #196e49;">
Div content here</div>

This div box has shadow with color #196e49


Comments

No comments written yet.

Please login to write comment.