Color Hex Logo

#559410 Color Hex

#559410
(85,148,16)
0 Favorites   0 Comments

Color spaces of #559410

RGB 8514816
HSL0.250.800.32
HSV89°89°58°
CMYK 0.430.000.89   0.42
XYZ14.429723.14854.1978
Yxy23.14850.34540.5541
Hunter Lab48.1129-30.663028.5060
CIE-Lab55.2250-40.271555.2374

#559410 color RGB value is (85,148,16).

#559410 hex color red value is 85, green value is 148 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #559410 hue: 0.25 , saturation: 0.80 and the lightness value of 559410 is 0.32.

The process color (four color CMYK) of #559410 color hex is 0.43, 0.00, 0.89, 0.42. Web safe color of #559410 is #669900. Color #559410 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010100 00010000
Octal 125 224 20
Decimal 85 148 16
Hex 55 94 10

RGB Percentages of Color #559410

%34.14
%59.44
%6.43

CMYK Percentages of Color #559410

%43
%0
%89
%42

Triadic Colors of #559410

#559410 #105594 #941055

Analogous Colors of #559410

#559410 #139410 #949110

Monochromatic Colors of #559410

#559410

Complementary Color

#559410 #4f1094

#559410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#559410 Color CSS Codes

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

#559410 Text Font Color

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

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


#559410 Background Color

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

This div background color is #559410


#559410 Border Color

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

This div border color is #559410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559410


Comments

No comments written yet.

Please login to write comment.