#575741

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

Shades of Verdigris #575741

Tints of Verdigris #575741

Color information

#575741 (or 0x575741) is unknown color: approx Verdigris. HEX triplet: 57, 57 and 41. RGB value is (87,87,65). Sum of RGB (Red+Green+Blue) = 87+87+65=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 87 - color contains mainly: red, green. Hex color #575741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575741 is #A8A8BE. Grayscale: #545454. Windows color (decimal): -11053247 or 4282199. OLE color: 4282199.

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

Color convert

RGB878765-
CMYK000.250.66
HSL60º14.47%29.8%-
HSV(B)60º25.29%34.12%-
XYZ8.299.226.34-
YUV84.49117129.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.40%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 65 (25.78% from 255) = 27.20%
R=36.40%
G=36.40%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal878765000.250.666014.4729.8
Hex5757410019423ce1e
Octal1271271010031102741636
Binary10101111010111100000100110011000010111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575741; }

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

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

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

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

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

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

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

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