#585941

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

Shades of Verdigris #585941

Tints of Verdigris #585941

Color information

#585941 (or 0x585941) is unknown color: approx Verdigris. HEX triplet: 58, 59 and 41. RGB value is (88,89,65). Sum of RGB (Red+Green+Blue) = 88+89+65=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 89 - color contains mainly: green. Hex color #585941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585941 is #A7A6BE. Grayscale: #565656. Windows color (decimal): -10987199 or 4282712. OLE color: 4282712.

HSL color Cylindrical-coordinate representation of color #585941: hue angle of 62.5º 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 #585941 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB888965-
CMYK0.0100.270.65
HSL62.5º15.58%30.2%-
HSV(B)62.5º26.97%34.9%-
XYZ8.559.66.4-
YUV85.96116.17129.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.36%
GREEN value IS 89 (35.16% from 255) = 36.78%
BLUE value IS 65 (25.78% from 255) = 26.86%
R=36.36%
G=36.78%
B=26.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889650.0100.270.6562.515.5830.2
Hex585941101B413e101e
Octal1301311011033101762036
Binary101100010110011000001101101110000011111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585941; }

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

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

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

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

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

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

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

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