Color Hex Logo

#136720 Color Hex

#136720
(19,103,32)
0 Favorites   0 Comments

Color spaces of #136720

RGB 1910332
HSL0.360.690.24
HSV129°82°40°
CMYK 0.820.000.69   0.60
XYZ5.37959.94323.0022
Yxy9.94320.29360.5426
Hunter Lab31.5328-24.730416.4281
CIE-Lab37.7403-39.667232.2344

#136720 color RGB value is (19,103,32).

#136720 hex color red value is 19, green value is 103 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #136720 hue: 0.36 , saturation: 0.69 and the lightness value of 136720 is 0.24.

The process color (four color CMYK) of #136720 color hex is 0.82, 0.00, 0.69, 0.60. Web safe color of #136720 is #006633. Color #136720 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100111 00100000
Octal 23 147 40
Decimal 19 103 32
Hex 13 67 20

RGB Percentages of Color #136720

%12.34
%66.88
%20.78

CMYK Percentages of Color #136720

%82
%0
%69
%60

Triadic Colors of #136720

#136720 #201367 #672013

Analogous Colors of #136720

#136720 #13674a #306713

Monochromatic Colors of #136720

#136720

Complementary Color

#136720 #67135a

#136720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136720 Color CSS Codes

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

#136720 Text Font Color

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

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


#136720 Background Color

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

This div background color is #136720


#136720 Border Color

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

This div border color is #136720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136720


Comments

No comments written yet.

Please login to write comment.