Color Hex Logo

#137601 Color Hex

#137601
(19,118,1)
0 Favorites   0 Comments

Color spaces of #137601

RGB 191181
HSL0.310.980.23
HSV111°99°46°
CMYK 0.840.000.99   0.54
XYZ6.752513.09752.2009
Yxy13.09750.30620.5940
Hunter Lab36.1905-30.028421.7276
CIE-Lab42.9098-46.838047.0878

#137601 color RGB value is (19,118,1).

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

The process color (four color CMYK) of #137601 color hex is 0.84, 0.00, 0.99, 0.54. Web safe color of #137601 is #006600. Color #137601 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110110 00000001
Octal 23 166 1
Decimal 19 118 1
Hex 13 76 1

RGB Percentages of Color #137601

%13.77
%85.51
%0.72

CMYK Percentages of Color #137601

%84
%0
%99
%54

Triadic Colors of #137601

#137601 #011376 #760113

Analogous Colors of #137601

#137601 #017629 #4e7601

Monochromatic Colors of #137601

#137601

Complementary Color

#137601 #640176

#137601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#137601 Color CSS Codes

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

#137601 Text Font Color

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

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


#137601 Background Color

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

This div background color is #137601


#137601 Border Color

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

This div border color is #137601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137601


Comments

No comments written yet.

Please login to write comment.