#585940

Color #585940 Verdigris (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdigris #585940

Tints of Verdigris #585940

Color information

#585940 (or 0x585940) is unknown color: approx Verdigris. HEX triplet: 58, 59 and 40. RGB value is (88,89,64). Sum of RGB (Red+Green+Blue) = 88+89+64=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 89 - color contains mainly: green. Hex color #585940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585940 is #A7A6BF. Grayscale: #555555. Windows color (decimal): -10987200 or 4217176. OLE color: 4217176.

HSL color Cylindrical-coordinate representation of color #585940: hue angle of 62.4º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #585940 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB888964-
CMYK0.0100.280.65
HSL62.4º16.34%30%-
HSV(B)62.4º28.09%34.9%-
XYZ8.529.596.25-
YUV85.85115.67129.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.51%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=36.51%
G=36.93%
B=26.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889640.0100.280.6562.416.3430
Hex585940101C413e101e
Octal1301311001034101762036
Binary101100010110011000000101110010000011111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585940; }

 p { color: rgb(88,89,64); }

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

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

 a { background-color: rgb(88,89,64); }

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

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

 span { border-color: rgb(88,89,64); }

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