#585841

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

Shades of Verdigris #585841

Tints of Verdigris #585841

Color information

#585841 (or 0x585841) is unknown color: approx Verdigris. HEX triplet: 58, 58 and 41. RGB value is (88,88,65). Sum of RGB (Red+Green+Blue) = 88+88+65=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585841 is #A7A7BE. Grayscale: #555555. Windows color (decimal): -10987455 or 4282456. OLE color: 4282456.

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

Color convert

RGB888865-
CMYK000.260.65
HSL60º15.03%30%-
HSV(B)60º26.14%34.51%-
XYZ8.479.446.38-
YUV85.38116.5129.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.51%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 65 (25.78% from 255) = 26.97%
R=36.51%
G=36.51%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888865000.260.656015.0330
Hex585841001A413cf1e
Octal1301301010032101741736
Binary10110001011000100000100110101000001111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585841; }

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

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

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

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

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

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

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

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