#585942

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

Shades of Verdigris #585942

Tints of Verdigris #585942

Color information

#585942 (or 0x585942) is unknown color: approx Verdigris. HEX triplet: 58, 59 and 42. RGB value is (88,89,66). Sum of RGB (Red+Green+Blue) = 88+89+66=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 89 - color contains mainly: green. Hex color #585942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585942 is #A7A6BD. Grayscale: #565656. Windows color (decimal): -10987198 or 4348248. OLE color: 4348248.

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

Color convert

RGB888966-
CMYK0.0100.260.65
HSL62.61º14.84%30.39%-
HSV(B)62.61º25.84%34.9%-
XYZ8.589.616.56-
YUV86.08116.67129.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.21%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 66 (26.17% from 255) = 27.16%
R=36.21%
G=36.63%
B=27.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889660.0100.260.6562.6114.8430.39
Hex585942101A413ff1e
Octal1301311021032101771736
Binary10110001011001100001010110101000001111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585942; }

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

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

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

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

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

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

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

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