Color Hex Logo

#139c38 Color Hex

#139C38
(19,156,56)
0 Favorites   0 Comments

Color spaces of #139c38

RGB 1915656
HSL0.380.780.34
HSV136°88°61°
CMYK 0.880.000.64   0.39
XYZ12.870824.20097.7343
Yxy24.20090.28730.5401
Hunter Lab49.1944-39.389025.1146
CIE-Lab56.2884-54.828841.8059

#139c38 color RGB value is (19,156,56).

#139c38 hex color red value is 19, green value is 156 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #139c38 hue: 0.38 , saturation: 0.78 and the lightness value of 139c38 is 0.34.

The process color (four color CMYK) of #139c38 color hex is 0.88, 0.00, 0.64, 0.39. Web safe color of #139c38 is #009933. Color #139c38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011100 00111000
Octal 23 234 70
Decimal 19 156 56
Hex 13 9C 38

RGB Percentages of Color #139c38

%8.23
%67.53
%24.24

CMYK Percentages of Color #139c38

%88
%0
%64
%39

Triadic Colors of #139c38

#139c38 #38139c #9c3813

Analogous Colors of #139c38

#139c38 #139c7d #329c13

Monochromatic Colors of #139c38

#139c38

Complementary Color

#139c38 #9c1377

#139c38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139c38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#139c38 Color CSS Codes

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

#139c38 Text Font Color

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

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


#139c38 Background Color

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

This div background color is #139c38


#139c38 Border Color

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

This div border color is #139c38


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,156,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #139c38; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #139c38;
  -webkit-box-shadow: 1px 1px 3px 2px #139c38;
  box-shadow:         1px 1px 3px 2px #139c38; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,156,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139c38


Comments

No comments written yet.

Please login to write comment.