Color Hex Logo

#137820 Color Hex

#137820
(19,120,32)
0 Favorites   0 Comments

Color spaces of #137820

RGB 1912032
HSL0.350.730.27
HSV128°84°47°
CMYK 0.840.000.73   0.53
XYZ7.245713.67573.6243
Yxy13.67570.29520.5572
Hunter Lab36.9807-29.742320.0757
CIE-Lab43.7642-45.597138.7061

#137820 color RGB value is (19,120,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111000 00100000
Octal 23 170 40
Decimal 19 120 32
Hex 13 78 20

RGB Percentages of Color #137820

%11.11
%70.18
%18.71

CMYK Percentages of Color #137820

%84
%0
%73
%53

Triadic Colors of #137820

#137820 #201378 #782013

Analogous Colors of #137820

#137820 #137853 #397813

Monochromatic Colors of #137820

#137820

Complementary Color

#137820 #78136b

#137820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#137820 Color CSS Codes

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

#137820 Text Font Color

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

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


#137820 Background Color

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

This div background color is #137820


#137820 Border Color

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

This div border color is #137820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137820


Comments

No comments written yet.

Please login to write comment.