Color Hex Logo

#136001 Color Hex

#136001
(19,96,1)
0 Favorites   0 Comments

Color spaces of #136001

RGB 19961
HSL0.300.980.19
HSV109°99°38°
CMYK 0.800.000.99   0.62
XYZ4.45698.50641.4357
Yxy8.50640.30950.5908
Hunter Lab29.1657-23.762917.4974
CIE-Lab35.0160-39.594340.7091

#136001 color RGB value is (19,96,1).

#136001 hex color red value is 19, green value is 96 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #136001 hue: 0.30 , saturation: 0.98 and the lightness value of 136001 is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100000 00000001
Octal 23 140 1
Decimal 19 96 1
Hex 13 60 1

RGB Percentages of Color #136001

%16.38
%82.76
%0.86

CMYK Percentages of Color #136001

%80
%0
%99
%62

Triadic Colors of #136001

#136001 #011360 #600113

Analogous Colors of #136001

#136001 #01601e #436001

Monochromatic Colors of #136001

#136001

Complementary Color

#136001 #4e0160

#136001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136001 Color CSS Codes

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

#136001 Text Font Color

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

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


#136001 Background Color

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

This div background color is #136001


#136001 Border Color

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

This div border color is #136001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136001


Comments

No comments written yet.

Please login to write comment.