Color Hex Logo

#44a440 Color Hex

#44A440
(68,164,64)
0 Favorites   0 Comments

Color spaces of #44a440

RGB 6816464
HSL0.330.440.45
HSV118°61°64°
CMYK 0.590.000.61   0.36
XYZ16.584828.15009.4099
Yxy28.15000.30630.5199
Hunter Lab53.0566-37.052226.6242
CIE-Lab60.0240-48.289142.6516

#44a440 color RGB value is (68,164,64).

#44a440 hex color red value is 68, green value is 164 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #44a440 hue: 0.33 , saturation: 0.44 and the lightness value of 44a440 is 0.45.

The process color (four color CMYK) of #44a440 color hex is 0.59, 0.00, 0.61, 0.36. Web safe color of #44a440 is #339933. Color #44a440 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10100100 01000000
Octal 104 244 100
Decimal 68 164 64
Hex 44 A4 40

RGB Percentages of Color #44a440

%22.97
%55.41
%21.62

CMYK Percentages of Color #44a440

%59
%0
%61
%36

Triadic Colors of #44a440

#44a440 #4044a4 #a44044

Analogous Colors of #44a440

#44a440 #40a46e #76a440

Monochromatic Colors of #44a440

#44a440

Complementary Color

#44a440 #a040a4

#44a440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44a440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#44a440 Color CSS Codes

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

#44a440 Text Font Color

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

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


#44a440 Background Color

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

This div background color is #44a440


#44a440 Border Color

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

This div border color is #44a440


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,164,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #44a440; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #44a440;
  -webkit-box-shadow: 1px 1px 3px 2px #44a440;
  box-shadow:         1px 1px 3px 2px #44a440; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,164,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44a440


Comments

No comments written yet.

Please login to write comment.