Color Hex Logo

#196139 Color Hex

#196139
(25,97,57)
0 Favorites   0 Comments

Color spaces of #196139

RGB 259757
HSL0.410.590.24
HSV147°74°38°
CMYK 0.740.000.41   0.62
XYZ5.41419.05155.3326
Yxy9.05150.27350.4572
Hunter Lab30.0857-20.527910.5510
CIE-Lab36.0833-32.114116.6248

#196139 color RGB value is (25,97,57).

#196139 hex color red value is 25, green value is 97 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #196139 hue: 0.41 , saturation: 0.59 and the lightness value of 196139 is 0.24.

The process color (four color CMYK) of #196139 color hex is 0.74, 0.00, 0.41, 0.62. Web safe color of #196139 is #006633. Color #196139 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100001 00111001
Octal 31 141 71
Decimal 25 97 57
Hex 19 61 39

RGB Percentages of Color #196139

%13.97
%54.19
%31.84

CMYK Percentages of Color #196139

%74
%0
%41
%62

Triadic Colors of #196139

#196139 #391961 #613919

Analogous Colors of #196139

#196139 #19615d #1d6119

Monochromatic Colors of #196139

#196139

Complementary Color

#196139 #611941

#196139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#196139 Color CSS Codes

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

#196139 Text Font Color

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

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


#196139 Background Color

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

This div background color is #196139


#196139 Border Color

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

This div border color is #196139


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,97,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #196139; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #196139;
  -webkit-box-shadow: 1px 1px 3px 2px #196139;
  box-shadow:         1px 1px 3px 2px #196139; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196139


Comments

No comments written yet.

Please login to write comment.