Color Hex Logo

#728041 Color Hex

#728041
(114,128,65)
0 Favorites   0 Comments

Color spaces of #728041

RGB 11412865
HSL0.200.330.38
HSV73°49°50°
CMYK 0.110.000.49   0.50
XYZ15.612719.39747.9222
Yxy19.39740.36370.4518
Hunter Lab44.0425-13.797520.1649
CIE-Lab51.1489-15.603732.2794

#728041 color RGB value is (114,128,65).

#728041 hex color red value is 114, green value is 128 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #728041 hue: 0.20 , saturation: 0.33 and the lightness value of 728041 is 0.38.

The process color (four color CMYK) of #728041 color hex is 0.11, 0.00, 0.49, 0.50. Web safe color of #728041 is #669933. Color #728041 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000000 01000001
Octal 162 200 101
Decimal 114 128 65
Hex 72 80 41

RGB Percentages of Color #728041

%37.13
%41.69
%21.17

CMYK Percentages of Color #728041

%11
%0
%49
%50

Triadic Colors of #728041

#728041 #417280 #804172

Analogous Colors of #728041

#728041 #538041 #806f41

Monochromatic Colors of #728041

#728041

Complementary Color

#728041 #4f4180

#728041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728041 Color CSS Codes

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

#728041 Text Font Color

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

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


#728041 Background Color

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

This div background color is #728041


#728041 Border Color

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

This div border color is #728041


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,128,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #728041; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #728041;
  -webkit-box-shadow: 1px 1px 3px 2px #728041;
  box-shadow:         1px 1px 3px 2px #728041; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728041


Comments

No comments written yet.

Please login to write comment.