#585840

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

Shades of Verdigris #585840

Tints of Verdigris #585840

Color information

#585840 (or 0x585840) is unknown color: approx Verdigris. HEX triplet: 58, 58 and 40. RGB value is (88,88,64). Sum of RGB (Red+Green+Blue) = 88+88+64=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585840 is #A7A7BF. Grayscale: #555555. Windows color (decimal): -10987456 or 4216920. OLE color: 4216920.

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

Color convert

RGB888864-
CMYK000.270.65
HSL60º15.79%29.8%-
HSV(B)60º27.27%34.51%-
XYZ8.449.426.22-
YUV85.26116129.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.67%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 64 (25.39% from 255) = 26.67%
R=36.67%
G=36.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888864000.270.656015.7929.8
Hex585840001B413c101e
Octal1301301000033101742036
Binary101100010110001000000001101110000011111001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585840; }

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

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

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

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

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

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

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

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