Color Hex Logo

#588220 Color Hex

#588220
(88,130,32)
0 Favorites   0 Comments

Color spaces of #588220

RGB 8813032
HSL0.240.600.32
HSV86°75°51°
CMYK 0.320.000.75   0.49
XYZ12.267818.14434.2221
Yxy18.14430.35420.5239
Hunter Lab42.5961-23.134723.9405
CIE-Lab49.6707-30.378245.5309

#588220 color RGB value is (88,130,32).

#588220 hex color red value is 88, green value is 130 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #588220 hue: 0.24 , saturation: 0.60 and the lightness value of 588220 is 0.32.

The process color (four color CMYK) of #588220 color hex is 0.32, 0.00, 0.75, 0.49. Web safe color of #588220 is #669933. Color #588220 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10000010 00100000
Octal 130 202 40
Decimal 88 130 32
Hex 58 82 20

RGB Percentages of Color #588220

%35.20
%52.00
%12.80

CMYK Percentages of Color #588220

%32
%0
%75
%49

Triadic Colors of #588220

#588220 #205882 #822058

Analogous Colors of #588220

#588220 #278220 #827b20

Monochromatic Colors of #588220

#588220

Complementary Color

#588220 #4a2082

#588220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#588220 Color CSS Codes

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

#588220 Text Font Color

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

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


#588220 Background Color

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

This div background color is #588220


#588220 Border Color

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

This div border color is #588220


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,130,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #588220; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #588220;
  -webkit-box-shadow: 1px 1px 3px 2px #588220;
  box-shadow:         1px 1px 3px 2px #588220; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,130,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588220


Comments

No comments written yet.

Please login to write comment.