#586C32

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

Shades of Dark Olive Green #586C32

Tints of Dark Olive Green #586C32

Color information

#586C32 (or 0x586C32) is unknown color: approx Dark Olive Green. HEX triplet: 58, 6C and 32. RGB value is (88,108,50). Sum of RGB (Red+Green+Blue) = 88+108+50=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 108 - color contains mainly: green. Hex color #586C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586C32 is #A793CD. Grayscale: #5F5F5F. Windows color (decimal): -10982350 or 3304536. OLE color: 3304536.

HSL color Cylindrical-coordinate representation of color #586C32: hue angle of 80.69º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #586C32 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB8810850-
CMYK0.1900.540.58
HSL80.69º36.71%30.98%-
HSV(B)80.69º53.7%42.35%-
XYZ9.9613.035.01-
YUV95.41102.37122.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.77%
GREEN value IS 108 (42.58% from 255) = 43.90%
BLUE value IS 50 (19.92% from 255) = 20.33%
R=35.77%
G=43.90%
B=20.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88108500.1900.540.5880.6936.7130.98
Hex586C32130363A51251f
Octal1301546223066721214537
Binary10110001101100110010100110110110111010101000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586C32; }

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

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

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

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

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

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

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

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