Color Hex Logo

#136250 Color Hex

#136250
(19,98,80)
0 Favorites   0 Comments

Color spaces of #136250

RGB 199880
HSL0.460.680.23
HSV166°81°38°
CMYK 0.810.000.18   0.62
XYZ6.08429.45309.0934
Yxy9.45300.24700.3838
Hunter Lab30.7457-18.48213.9863
CIE-Lab36.8422-27.75523.6857

#136250 color RGB value is (19,98,80).

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

The process color (four color CMYK) of #136250 color hex is 0.81, 0.00, 0.18, 0.62. Web safe color of #136250 is #006666. Color #136250 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100010 01010000
Octal 23 142 120
Decimal 19 98 80
Hex 13 62 50

RGB Percentages of Color #136250

%9.64
%49.75
%40.61

CMYK Percentages of Color #136250

%81
%0
%18
%62

Triadic Colors of #136250

#136250 #501362 #625013

Analogous Colors of #136250

#136250 #134d62 #136229

Monochromatic Colors of #136250

#136250

Complementary Color

#136250 #621325

#136250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136250 Color CSS Codes

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

#136250 Text Font Color

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

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


#136250 Background Color

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

This div background color is #136250


#136250 Border Color

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

This div border color is #136250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136250


Comments

No comments written yet.

Please login to write comment.