Color Hex Logo

#139038 Color Hex

#139038
(19,144,56)
0 Favorites   0 Comments

Color spaces of #139038

RGB 1914456
HSL0.380.770.32
HSV138°87°56°
CMYK 0.870.000.61   0.44
XYZ10.955620.37057.0959
Yxy20.37050.28510.5302
Hunter Lab45.1337-35.655522.2720
CIE-Lab52.2535-50.862437.1940

#139038 color RGB value is (19,144,56).

#139038 hex color red value is 19, green value is 144 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #139038 hue: 0.38 , saturation: 0.77 and the lightness value of 139038 is 0.32.

The process color (four color CMYK) of #139038 color hex is 0.87, 0.00, 0.61, 0.44. Web safe color of #139038 is #009933. Color #139038 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10010000 00111000
Octal 23 220 70
Decimal 19 144 56
Hex 13 90 38

RGB Percentages of Color #139038

%8.68
%65.75
%25.57

CMYK Percentages of Color #139038

%87
%0
%61
%44

Triadic Colors of #139038

#139038 #381390 #903813

Analogous Colors of #139038

#139038 #139077 #2c9013

Monochromatic Colors of #139038

#139038

Complementary Color

#139038 #90136b

#139038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#139038 Color CSS Codes

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

#139038 Text Font Color

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

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


#139038 Background Color

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

This div background color is #139038


#139038 Border Color

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

This div border color is #139038


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,144,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 #139038">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139038


Comments

No comments written yet.

Please login to write comment.