Color Hex Logo

#137700 Color Hex

#137700
(19,119,0)
0 Favorites   0 Comments

Color spaces of #137700

RGB 191190
HSL0.311.000.23
HSV110°100°47°
CMYK 0.840.001.00   0.53
XYZ6.865413.33212.2115
Yxy13.33210.30640.5949
Hunter Lab36.5131-30.335521.9682
CIE-Lab43.2594-47.197447.6033

#137700 color RGB value is (19,119,0).

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

The process color (four color CMYK) of #137700 color hex is 0.84, 0.00, 1.00, 0.53. Web safe color of #137700 is #006600. Color #137700 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110111 00000000
Octal 23 167 0
Decimal 19 119 0
Hex 13 77 0

RGB Percentages of Color #137700

%13.77
%86.23
%0.00

CMYK Percentages of Color #137700

%84
%0
%100
%53

Triadic Colors of #137700

#137700 #001377 #770013

Analogous Colors of #137700

#137700 #007728 #4f7700

Monochromatic Colors of #137700

#137700

Complementary Color

#137700 #640077

#137700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#137700 Color CSS Codes

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

#137700 Text Font Color

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

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


#137700 Background Color

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

This div background color is #137700


#137700 Border Color

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

This div border color is #137700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137700


Comments

No comments written yet.

Please login to write comment.