Color Hex Logo

#719426 Color Hex

#719426
(113,148,38)
0 Favorites   0 Comments

Color spaces of #719426

RGB 11314838
HSL0.220.590.36
HSV79°74°58°
CMYK 0.240.000.74   0.42
XYZ17.749824.83055.6910
Yxy24.83050.36770.5144
Hunter Lab49.8302-23.620228.1098
CIE-Lab56.9099-28.471550.9289

#719426 color RGB value is (113,148,38).

#719426 hex color red value is 113, green value is 148 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #719426 hue: 0.22 , saturation: 0.59 and the lightness value of 719426 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010100 00100110
Octal 161 224 46
Decimal 113 148 38
Hex 71 94 26

RGB Percentages of Color #719426

%37.79
%49.50
%12.71

CMYK Percentages of Color #719426

%24
%0
%74
%42

Triadic Colors of #719426

#719426 #267194 #942671

Analogous Colors of #719426

#719426 #3a9426 #948026

Monochromatic Colors of #719426

#719426

Complementary Color

#719426 #492694

#719426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#719426 Color CSS Codes

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

#719426 Text Font Color

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

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


#719426 Background Color

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

This div background color is #719426


#719426 Border Color

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

This div border color is #719426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719426


Comments

No comments written yet.

Please login to write comment.