#587232

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

Shades of Dark Olive Green #587232

Tints of Dark Olive Green #587232

Color information

#587232 (or 0x587232) is unknown color: approx Dark Olive Green. HEX triplet: 58, 72 and 32. RGB value is (88,114,50). Sum of RGB (Red+Green+Blue) = 88+114+50=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #587232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587232 is #A78DCD. Grayscale: #636363. Windows color (decimal): -10980814 or 3306072. OLE color: 3306072.

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

Color convert

RGB8811450-
CMYK0.2300.560.55
HSL84.38º39.02%32.16%-
HSV(B)84.38º56.14%44.71%-
XYZ10.6214.345.23-
YUV98.93100.39120.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.92%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=34.92%
G=45.24%
B=19.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88114500.2300.560.5584.3839.0232.16
Hex5872321703837542720
Octal1301626227070671244740
Binary101100011100101100101011101110001101111010100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587232; }

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

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

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

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

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

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

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

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