Color Hex Logo

#138340 Color Hex

#138340
(19,131,64)
0 Favorites   0 Comments

Color spaces of #138340

RGB 1913164
HSL0.400.750.29
HSV144°85°51°
CMYK 0.850.000.51   0.49
XYZ9.310316.74127.5912
Yxy16.74120.27670.4976
Hunter Lab40.9160-30.985917.6411
CIE-Lab47.9323-45.083927.9129

#138340 color RGB value is (19,131,64).

#138340 hex color red value is 19, green value is 131 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #138340 hue: 0.40 , saturation: 0.75 and the lightness value of 138340 is 0.29.

The process color (four color CMYK) of #138340 color hex is 0.85, 0.00, 0.51, 0.49. Web safe color of #138340 is #009933. Color #138340 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000011 01000000
Octal 23 203 100
Decimal 19 131 64
Hex 13 83 40

RGB Percentages of Color #138340

%8.88
%61.21
%29.91

CMYK Percentages of Color #138340

%85
%0
%51
%49

Triadic Colors of #138340

#138340 #401383 #834013

Analogous Colors of #138340

#138340 #138378 #1e8313

Monochromatic Colors of #138340

#138340

Complementary Color

#138340 #831356

#138340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138340 Color CSS Codes

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

#138340 Text Font Color

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

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


#138340 Background Color

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

This div background color is #138340


#138340 Border Color

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

This div border color is #138340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138340


Comments

No comments written yet.

Please login to write comment.