Color Hex Logo

#719442 Color Hex

#719442
(113,148,66)
0 Favorites   0 Comments

Color spaces of #719442

RGB 11314866
HSL0.240.380.42
HSV86°55°58°
CMYK 0.240.000.55   0.42
XYZ18.383325.08399.0270
Yxy25.08390.35020.4778
Hunter Lab50.0838-22.128224.3724
CIE-Lab57.1571-26.176638.9246

#719442 color RGB value is (113,148,66).

#719442 hex color red value is 113, green value is 148 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #719442 hue: 0.24 , saturation: 0.38 and the lightness value of 719442 is 0.42.

The process color (four color CMYK) of #719442 color hex is 0.24, 0.00, 0.55, 0.42. Web safe color of #719442 is #669933. Color #719442 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010100 01000010
Octal 161 224 102
Decimal 113 148 66
Hex 71 94 42

RGB Percentages of Color #719442

%34.56
%45.26
%20.18

CMYK Percentages of Color #719442

%24
%0
%55
%42

Triadic Colors of #719442

#719442 #427194 #944271

Analogous Colors of #719442

#719442 #489442 #948e42

Monochromatic Colors of #719442

#719442

Complementary Color

#719442 #654294

#719442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#719442 Color CSS Codes

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

#719442 Text Font Color

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

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


#719442 Background Color

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

This div background color is #719442


#719442 Border Color

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

This div border color is #719442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719442


Comments

No comments written yet.

Please login to write comment.