Color Hex Logo

#136242 Color Hex

#136242
(19,98,66)
0 Favorites   0 Comments

Color spaces of #136242

RGB 199866
HSL0.430.680.23
HSV156°81°38°
CMYK 0.810.000.33   0.62
XYZ5.61969.26726.6468
Yxy9.26720.26100.4304
Hunter Lab30.4421-20.32268.3639
CIE-Lab36.4937-31.479511.7570

#136242 color RGB value is (19,98,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100010 01000010
Octal 23 142 102
Decimal 19 98 66
Hex 13 62 42

RGB Percentages of Color #136242

%10.38
%53.55
%36.07

CMYK Percentages of Color #136242

%81
%0
%33
%62

Triadic Colors of #136242

#136242 #421362 #624213

Analogous Colors of #136242

#136242 #135b62 #13621b

Monochromatic Colors of #136242

#136242

Complementary Color

#136242 #621333

#136242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136242 Color CSS Codes

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

#136242 Text Font Color

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

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


#136242 Background Color

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

This div background color is #136242


#136242 Border Color

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

This div border color is #136242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136242


Comments

No comments written yet.

Please login to write comment.