Color Hex Logo

#136116 Color Hex

#136116
(19,97,22)
0 Favorites   0 Comments

Color spaces of #136116

RGB 199722
HSL0.340.670.23
HSV122°80°38°
CMYK 0.800.000.77   0.62
XYZ4.68818.74582.2001
Yxy8.74580.29990.5594
Hunter Lab29.5733-23.456616.2904
CIE-Lab35.4902-38.572834.3020

#136116 color RGB value is (19,97,22).

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

The process color (four color CMYK) of #136116 color hex is 0.80, 0.00, 0.77, 0.62. Web safe color of #136116 is #006600. Color #136116 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100001 00010110
Octal 23 141 26
Decimal 19 97 22
Hex 13 61 16

RGB Percentages of Color #136116

%13.77
%70.29
%15.94

CMYK Percentages of Color #136116

%80
%0
%77
%62

Triadic Colors of #136116

#136116 #161361 #611613

Analogous Colors of #136116

#136116 #13613d #376113

Monochromatic Colors of #136116

#136116

Complementary Color

#136116 #61135e

#136116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136116 Color CSS Codes

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

#136116 Text Font Color

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

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


#136116 Background Color

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

This div background color is #136116


#136116 Border Color

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

This div border color is #136116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136116


Comments

No comments written yet.

Please login to write comment.