Color Hex Logo

#134600 Color Hex

#134600
(19,70,0)
0 Favorites   0 Comments

Color spaces of #134600

RGB 19700
HSL0.291.000.14
HSV104°100°27°
CMYK 0.730.001.00   0.73
XYZ2.45874.51880.7426
Yxy4.51880.31850.5853
Hunter Lab21.2575-16.554712.8090
CIE-Lab25.3173-30.217833.0289

#134600 color RGB value is (19,70,0).

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

The process color (four color CMYK) of #134600 color hex is 0.73, 0.00, 1.00, 0.73. Web safe color of #134600 is #003300. Color #134600 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000110 00000000
Octal 23 106 0
Decimal 19 70 0
Hex 13 46 0

RGB Percentages of Color #134600

%21.35
%78.65
%0.00

CMYK Percentages of Color #134600

%73
%0
%100
%73

Triadic Colors of #134600

#134600 #001346 #460013

Analogous Colors of #134600

#134600 #004610 #364600

Monochromatic Colors of #134600

#134600

Complementary Color

#134600 #330046

#134600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134600 Color CSS Codes

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

#134600 Text Font Color

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

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


#134600 Background Color

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

This div background color is #134600


#134600 Border Color

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

This div border color is #134600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134600


Comments

No comments written yet.

Please login to write comment.