#585A41

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

Shades of Verdigris #585A41

Tints of Verdigris #585A41

Color information

#585A41 (or 0x585A41) is unknown color: approx Verdigris. HEX triplet: 58, 5A and 41. RGB value is (88,90,65). Sum of RGB (Red+Green+Blue) = 88+90+65=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 90 - color contains mainly: green. Hex color #585A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585A41 is #A7A5BE. Grayscale: #565656. Windows color (decimal): -10986943 or 4282968. OLE color: 4282968.

HSL color Cylindrical-coordinate representation of color #585A41: hue angle of 64.8º 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 #585A41 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB889065-
CMYK0.0200.280.65
HSL64.8º16.13%30.39%-
HSV(B)64.8º27.78%35.29%-
XYZ8.639.776.43-
YUV86.55115.84129.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.21%
GREEN value IS 90 (35.55% from 255) = 37.04%
BLUE value IS 65 (25.78% from 255) = 26.75%
R=36.21%
G=37.04%
B=26.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8890650.0200.280.6564.816.1330.39
Hex585A41201C4141101e
Octal13013210120341011012036
Binary10110001011010100000110011100100000110000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585A41; }

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

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

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

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

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

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

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

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