#587220

Color #587220 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #587220

Tints of Dark Olive Green #587220

Color information

#587220 (or 0x587220) is unknown color: approx Dark Olive Green. HEX triplet: 58, 72 and 20. RGB value is (88,114,32). Sum of RGB (Red+Green+Blue) = 88+114+32=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #587220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587220 is #A78DDF. Grayscale: #616161. Windows color (decimal): -10980832 or 2126424. OLE color: 2126424.

HSL color Cylindrical-coordinate representation of color #587220: hue angle of 79.02º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #587220 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB8811432-
CMYK0.2300.720.55
HSL79.02º56.16%28.63%-
HSV(B)79.02º71.93%44.71%-
XYZ10.314.213.57-
YUV96.8891.39121.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 37.61%
GREEN value IS 114 (44.92% from 255) = 48.72%
BLUE value IS 32 (12.89% from 255) = 13.68%
R=37.61%
G=48.72%
B=13.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88114320.2300.720.5579.0256.1628.63
Hex58722017048374f381d
Octal13016240270110671177035
Binary101100011100101000001011101001000110111100111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587220; }

 p { color: rgb(88,114,32); }

 H1.HeaderClassName
 {
   color: #587220;
 }
 .AnyTagClassName
 {
   color: #587220;
 }
</style>
background-color css

<style>
 a { background-color: #587220; }

 a { background-color: rgb(88,114,32); }

 div.DivClassName
 {
   background-color: #587220;
 }
 .BgClassName
 {
   background-color: #587220;
 }
</style>
border-color css

<style>
 span { border-color: #587220; }

 span { border-color: rgb(88,114,32); }

 td.TdClassName
 {
   border-color: #587220;
 }
 .TagClassName
 {
   border-color: #587220;
 }
</style>