Color Hex Logo

#137440 Color Hex

#137440
(19,116,64)
0 Favorites   0 Comments

Color spaces of #137440

RGB 1911664
HSL0.410.720.26
HSV148°84°45°
CMYK 0.840.000.45   0.55
XYZ7.439412.99946.9675
Yxy12.99940.27140.4743
Hunter Lab36.0547-26.264613.7806
CIE-Lab42.7623-39.406121.3183

#137440 color RGB value is (19,116,64).

#137440 hex color red value is 19, green value is 116 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #137440 hue: 0.41 , saturation: 0.72 and the lightness value of 137440 is 0.26.

The process color (four color CMYK) of #137440 color hex is 0.84, 0.00, 0.45, 0.55. Web safe color of #137440 is #006633. Color #137440 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110100 01000000
Octal 23 164 100
Decimal 19 116 64
Hex 13 74 40

RGB Percentages of Color #137440

%9.55
%58.29
%32.16

CMYK Percentages of Color #137440

%84
%0
%45
%55

Triadic Colors of #137440

#137440 #401374 #744013

Analogous Colors of #137440

#137440 #137471 #177413

Monochromatic Colors of #137440

#137440

Complementary Color

#137440 #741347

#137440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#137440 Color CSS Codes

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

#137440 Text Font Color

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

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


#137440 Background Color

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

This div background color is #137440


#137440 Border Color

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

This div border color is #137440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137440


Comments

No comments written yet.

Please login to write comment.