Color Hex Logo

#136042 Color Hex

#136042
(19,96,66)
0 Favorites   0 Comments

Color spaces of #136042

RGB 199666
HSL0.440.670.23
HSV157°80°38°
CMYK 0.800.000.31   0.62
XYZ5.43488.89756.5852
Yxy8.89750.25980.4254
Hunter Lab29.8287-19.67747.7908
CIE-Lab35.7862-30.588810.7811

#136042 color RGB value is (19,96,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100000 01000010
Octal 23 140 102
Decimal 19 96 66
Hex 13 60 42

RGB Percentages of Color #136042

%10.50
%53.04
%36.46

CMYK Percentages of Color #136042

%80
%0
%31
%62

Triadic Colors of #136042

#136042 #421360 #604213

Analogous Colors of #136042

#136042 #135760 #13601c

Monochromatic Colors of #136042

#136042

Complementary Color

#136042 #601331

#136042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136042 Color CSS Codes

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

#136042 Text Font Color

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

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


#136042 Background Color

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

This div background color is #136042


#136042 Border Color

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

This div border color is #136042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136042


Comments

No comments written yet.

Please login to write comment.