Color Hex Logo

#136039 Color Hex

#136039
(19,96,57)
0 Favorites   0 Comments

Color spaces of #136039

RGB 199657
HSL0.420.670.23
HSV150°80°38°
CMYK 0.800.000.41   0.62
XYZ5.18998.79965.2958
Yxy8.79960.26910.4563
Hunter Lab29.6641-20.682710.1801
CIE-Lab35.5956-32.705015.9527

#136039 color RGB value is (19,96,57).

#136039 hex color red value is 19, green value is 96 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #136039 hue: 0.42 , saturation: 0.67 and the lightness value of 136039 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100000 00111001
Octal 23 140 71
Decimal 19 96 57
Hex 13 60 39

RGB Percentages of Color #136039

%11.05
%55.81
%33.14

CMYK Percentages of Color #136039

%80
%0
%41
%62

Triadic Colors of #136039

#136039 #391360 #603913

Analogous Colors of #136039

#136039 #136060 #146013

Monochromatic Colors of #136039

#136039

Complementary Color

#136039 #60133a

#136039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136039 Color CSS Codes

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

#136039 Text Font Color

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

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


#136039 Background Color

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

This div background color is #136039


#136039 Border Color

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

This div border color is #136039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136039


Comments

No comments written yet.

Please login to write comment.