Color Hex Logo

#13721a Color Hex

#13721A
(19,114,26)
0 Favorites   0 Comments

Color spaces of #13721a

RGB 1911426
HSL0.350.710.26
HSV124°83°45°
CMYK 0.830.000.77   0.55
XYZ6.472312.24773.0002
Yxy12.24770.29800.5639
Hunter Lab34.9967-28.232419.4149
CIE-Lab41.6071-44.128038.9148

#13721a color RGB value is (19,114,26).

#13721a hex color red value is 19, green value is 114 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #13721a hue: 0.35 , saturation: 0.71 and the lightness value of 13721a is 0.26.

The process color (four color CMYK) of #13721a color hex is 0.83, 0.00, 0.77, 0.55. Web safe color of #13721a is #006633. Color #13721a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110010 00011010
Octal 23 162 32
Decimal 19 114 26
Hex 13 72 1A

RGB Percentages of Color #13721a

%11.95
%71.70
%16.35

CMYK Percentages of Color #13721a

%83
%0
%77
%55

Triadic Colors of #13721a

#13721a #1a1372 #721a13

Analogous Colors of #13721a

#13721a #13724a #3b7213

Monochromatic Colors of #13721a

#13721a

Complementary Color

#13721a #72136b

#13721a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13721a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13721a Color CSS Codes

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

#13721a Text Font Color

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

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


#13721a Background Color

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

This div background color is #13721a


#13721a Border Color

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

This div border color is #13721a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13721a


Comments

No comments written yet.

Please login to write comment.