Color Hex Logo

#136040 Color Hex

#136040
(19,96,64)
0 Favorites   0 Comments

Color spaces of #136040

RGB 199664
HSL0.430.670.23
HSV155°80°38°
CMYK 0.800.000.33   0.62
XYZ5.37688.87446.2800
Yxy8.87440.26190.4322
Hunter Lab29.7899-19.91488.3541
CIE-Lab35.7413-31.083211.9358

#136040 color RGB value is (19,96,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100000 01000000
Octal 23 140 100
Decimal 19 96 64
Hex 13 60 40

RGB Percentages of Color #136040

%10.61
%53.63
%35.75

CMYK Percentages of Color #136040

%80
%0
%33
%62

Triadic Colors of #136040

#136040 #401360 #604013

Analogous Colors of #136040

#136040 #135a60 #13601a

Monochromatic Colors of #136040

#136040

Complementary Color

#136040 #601333

#136040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136040 Color CSS Codes

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

#136040 Text Font Color

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

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


#136040 Background Color

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

This div background color is #136040


#136040 Border Color

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

This div border color is #136040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136040


Comments

No comments written yet.

Please login to write comment.