Color Hex Logo

#719519 Color Hex

#719519
(113,149,25)
0 Favorites   0 Comments

Color spaces of #719519

RGB 11314925
HSL0.220.710.34
HSV77°83°58°
CMYK 0.240.000.83   0.42
XYZ17.733025.07584.8252
Yxy25.07580.37230.5264
Hunter Lab50.0757-24.421529.3400
CIE-Lab57.1492-29.593255.3440

#719519 color RGB value is (113,149,25).

#719519 hex color red value is 113, green value is 149 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #719519 hue: 0.22 , saturation: 0.71 and the lightness value of 719519 is 0.34.

The process color (four color CMYK) of #719519 color hex is 0.24, 0.00, 0.83, 0.42. Web safe color of #719519 is #669900. Color #719519 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010101 00011001
Octal 161 225 31
Decimal 113 149 25
Hex 71 95 19

RGB Percentages of Color #719519

%39.37
%51.92
%8.71

CMYK Percentages of Color #719519

%24
%0
%83
%42

Triadic Colors of #719519

#719519 #197195 #951971

Analogous Colors of #719519

#719519 #339519 #957b19

Monochromatic Colors of #719519

#719519

Complementary Color

#719519 #3d1995

#719519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#719519 Color CSS Codes

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

#719519 Text Font Color

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

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


#719519 Background Color

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

This div background color is #719519


#719519 Border Color

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

This div border color is #719519


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,149,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #719519; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #719519;
  -webkit-box-shadow: 1px 1px 3px 2px #719519;
  box-shadow:         1px 1px 3px 2px #719519; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,149,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719519


Comments

No comments written yet.

Please login to write comment.