Color Hex Logo

#136240 Color Hex

#136240
(19,98,64)
0 Favorites   0 Comments

Color spaces of #136240

RGB 199864
HSL0.430.680.23
HSV154°81°38°
CMYK 0.810.000.35   0.62
XYZ5.56179.24406.3416
Yxy9.24400.26300.4371
Hunter Lab30.4039-20.55458.9162
CIE-Lab36.4499-31.961912.9057

#136240 color RGB value is (19,98,64).

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

The process color (four color CMYK) of #136240 color hex is 0.81, 0.00, 0.35, 0.62. Web safe color of #136240 is #006633. Color #136240 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100010 01000000
Octal 23 142 100
Decimal 19 98 64
Hex 13 62 40

RGB Percentages of Color #136240

%10.50
%54.14
%35.36

CMYK Percentages of Color #136240

%81
%0
%35
%62

Triadic Colors of #136240

#136240 #401362 #624013

Analogous Colors of #136240

#136240 #135d62 #136219

Monochromatic Colors of #136240

#136240

Complementary Color

#136240 #621335

#136240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136240 Color CSS Codes

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

#136240 Text Font Color

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

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


#136240 Background Color

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

This div background color is #136240


#136240 Border Color

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

This div border color is #136240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136240


Comments

No comments written yet.

Please login to write comment.