Color Hex Logo

#136300 Color Hex

#136300
(19,99,0)
0 Favorites   0 Comments

Color spaces of #136300

RGB 19990
HSL0.301.000.19
HSV108°100°39°
CMYK 0.810.001.00   0.61
XYZ4.73049.06211.4998
Yxy9.06210.30930.5926
Hunter Lab30.1033-24.631518.1184
CIE-Lab36.1036-40.666941.8912

#136300 color RGB value is (19,99,0).

#136300 hex color red value is 19, green value is 99 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #136300 hue: 0.30 , saturation: 1.00 and the lightness value of 136300 is 0.19.

The process color (four color CMYK) of #136300 color hex is 0.81, 0.00, 1.00, 0.61. Web safe color of #136300 is #006600. Color #136300 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100011 00000000
Octal 23 143 0
Decimal 19 99 0
Hex 13 63 0

RGB Percentages of Color #136300

%16.10
%83.90
%0.00

CMYK Percentages of Color #136300

%81
%0
%100
%61

Triadic Colors of #136300

#136300 #001363 #630013

Analogous Colors of #136300

#136300 #00631e #456300

Monochromatic Colors of #136300

#136300

Complementary Color

#136300 #500063

#136300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136300 Color CSS Codes

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

#136300 Text Font Color

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

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


#136300 Background Color

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

This div background color is #136300


#136300 Border Color

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

This div border color is #136300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136300


Comments

No comments written yet.

Please login to write comment.