Color Hex Logo

#134901 Color Hex

#134901
(19,73,1)
0 Favorites   0 Comments

Color spaces of #134901

RGB 19731
HSL0.290.970.15
HSV105°99°29°
CMYK 0.740.000.99   0.71
XYZ2.65664.90570.8356
Yxy4.90570.31630.5842
Hunter Lab22.1488-17.350613.2674
CIE-Lab26.4644-31.296533.6763

#134901 color RGB value is (19,73,1).

#134901 hex color red value is 19, green value is 73 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #134901 hue: 0.29 , saturation: 0.97 and the lightness value of 134901 is 0.15.

The process color (four color CMYK) of #134901 color hex is 0.74, 0.00, 0.99, 0.71. Web safe color of #134901 is #003300. Color #134901 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001001 00000001
Octal 23 111 1
Decimal 19 73 1
Hex 13 49 1

RGB Percentages of Color #134901

%20.43
%78.49
%1.08

CMYK Percentages of Color #134901

%74
%0
%99
%71

Triadic Colors of #134901

#134901 #011349 #490113

Analogous Colors of #134901

#134901 #014913 #374901

Monochromatic Colors of #134901

#134901

Complementary Color

#134901 #370149

#134901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134901 Color CSS Codes

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

#134901 Text Font Color

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

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


#134901 Background Color

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

This div background color is #134901


#134901 Border Color

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

This div border color is #134901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134901


Comments

No comments written yet.

Please login to write comment.