Color Hex Logo

#459140 Color Hex

#459140
(69,145,64)
0 Favorites   0 Comments

Color spaces of #459140

RGB 6914564
HSL0.320.390.41
HSV116°56°57°
CMYK 0.520.000.56   0.43
XYZ13.505121.88628.3632
Yxy21.88620.30870.5002
Hunter Lab46.7827-30.340822.1488
CIE-Lab53.9061-40.409735.5117

#459140 color RGB value is (69,145,64).

#459140 hex color red value is 69, green value is 145 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #459140 hue: 0.32 , saturation: 0.39 and the lightness value of 459140 is 0.41.

The process color (four color CMYK) of #459140 color hex is 0.52, 0.00, 0.56, 0.43. Web safe color of #459140 is #339933. Color #459140 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10010001 01000000
Octal 105 221 100
Decimal 69 145 64
Hex 45 91 40

RGB Percentages of Color #459140

%24.82
%52.16
%23.02

CMYK Percentages of Color #459140

%52
%0
%56
%43

Triadic Colors of #459140

#459140 #404591 #914045

Analogous Colors of #459140

#459140 #409163 #6e9140

Monochromatic Colors of #459140

#459140

Complementary Color

#459140 #8c4091

#459140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#459140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#459140 Color CSS Codes

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

#459140 Text Font Color

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

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


#459140 Background Color

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

This div background color is #459140


#459140 Border Color

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

This div border color is #459140


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,145,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #459140; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #459140;
  -webkit-box-shadow: 1px 1px 3px 2px #459140;
  box-shadow:         1px 1px 3px 2px #459140; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,145,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 #459140">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #459140


Comments

No comments written yet.

Please login to write comment.