Color Hex Logo

#195a39 Color Hex

#195A39
(25,90,57)
0 Favorites   0 Comments

Color spaces of #195a39

RGB 259057
HSL0.420.570.23
HSV150°72°35°
CMYK 0.720.000.37   0.65
XYZ4.79567.81445.1265
Yxy7.81440.27040.4406
Hunter Lab27.9542-18.29798.6948
CIE-Lab33.5933-29.005613.2869

#195a39 color RGB value is (25,90,57).

#195a39 hex color red value is 25, green value is 90 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #195a39 hue: 0.42 , saturation: 0.57 and the lightness value of 195a39 is 0.23.

The process color (four color CMYK) of #195a39 color hex is 0.72, 0.00, 0.37, 0.65. Web safe color of #195a39 is #006633. Color #195a39 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011010 00111001
Octal 31 132 71
Decimal 25 90 57
Hex 19 5A 39

RGB Percentages of Color #195a39

%14.53
%52.33
%33.14

CMYK Percentages of Color #195a39

%72
%0
%37
%65

Triadic Colors of #195a39

#195a39 #39195a #5a3919

Analogous Colors of #195a39

#195a39 #195a5a #1a5a19

Monochromatic Colors of #195a39

#195a39

Complementary Color

#195a39 #5a193a

#195a39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195a39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#195a39 Color CSS Codes

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

#195a39 Text Font Color

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

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


#195a39 Background Color

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

This div background color is #195a39


#195a39 Border Color

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

This div border color is #195a39


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,90,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 #195a39">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195a39


Comments

No comments written yet.

Please login to write comment.