Color Hex Logo

#137841 Color Hex

#137841
(19,120,65)
0 Favorites   0 Comments

Color spaces of #137841

RGB 1912065
HSL0.410.730.27
HSV147°84°47°
CMYK 0.840.000.46   0.53
XYZ7.939213.95307.2758
Yxy13.95300.27220.4784
Hunter Lab37.3537-27.430414.5990
CIE-Lab44.1655-40.767822.5745

#137841 color RGB value is (19,120,65).

#137841 hex color red value is 19, green value is 120 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #137841 hue: 0.41 , saturation: 0.73 and the lightness value of 137841 is 0.27.

The process color (four color CMYK) of #137841 color hex is 0.84, 0.00, 0.46, 0.53. Web safe color of #137841 is #006633. Color #137841 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111000 01000001
Octal 23 170 101
Decimal 19 120 65
Hex 13 78 41

RGB Percentages of Color #137841

%9.31
%58.82
%31.86

CMYK Percentages of Color #137841

%84
%0
%46
%53

Triadic Colors of #137841

#137841 #411378 #784113

Analogous Colors of #137841

#137841 #137874 #187813

Monochromatic Colors of #137841

#137841

Complementary Color

#137841 #78134a

#137841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#137841 Color CSS Codes

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

#137841 Text Font Color

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

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


#137841 Background Color

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

This div background color is #137841


#137841 Border Color

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

This div border color is #137841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137841


Comments

No comments written yet.

Please login to write comment.