#595B42

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

Shades of Verdigris #595B42

Tints of Verdigris #595B42

Color information

#595B42 (or 0x595B42) is unknown color: approx Verdigris. HEX triplet: 59, 5B and 42. RGB value is (89,91,66). Sum of RGB (Red+Green+Blue) = 89+91+66=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 91 - color contains mainly: green. Hex color #595B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595B42 is #A6A4BD. Grayscale: #575757. Windows color (decimal): -10921150 or 4348761. OLE color: 4348761.

HSL color Cylindrical-coordinate representation of color #595B42: hue angle of 64.8º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #595B42 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB899166-
CMYK0.0200.270.64
HSL64.8º15.92%30.78%-
HSV(B)64.8º27.47%35.69%-
XYZ8.84106.62-
YUV87.55115.84129.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.18%
GREEN value IS 91 (35.94% from 255) = 36.99%
BLUE value IS 66 (26.17% from 255) = 26.83%
R=36.18%
G=36.99%
B=26.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8991660.0200.270.6464.815.9230.78
Hex595B42201B4041101f
Octal13113310220331001012037
Binary10110011011011100001010011011100000010000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595B42; }

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

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

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

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

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

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

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

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