Color Hex Logo

#139b46 Color Hex

#139B46
(19,155,70)
0 Favorites   0 Comments

Color spaces of #139b46

RGB 1915570
HSL0.400.780.34
HSV143°88°61°
CMYK 0.880.000.55   0.39
XYZ13.095424.02339.7411
Yxy24.02330.27950.5127
Hunter Lab49.0136-38.082322.5260
CIE-Lab56.1111-52.579834.8797

#139b46 color RGB value is (19,155,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011011 01000110
Octal 23 233 106
Decimal 19 155 70
Hex 13 9B 46

RGB Percentages of Color #139b46

%7.79
%63.52
%28.69

CMYK Percentages of Color #139b46

%88
%0
%55
%39

Triadic Colors of #139b46

#139b46 #46139b #9b4613

Analogous Colors of #139b46

#139b46 #139b8a #249b13

Monochromatic Colors of #139b46

#139b46

Complementary Color

#139b46 #9b1368

#139b46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139b46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#139b46 Color CSS Codes

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

#139b46 Text Font Color

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

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


#139b46 Background Color

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

This div background color is #139b46


#139b46 Border Color

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

This div border color is #139b46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139b46


Comments

No comments written yet.

Please login to write comment.