#575740

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

Shades of Verdigris #575740

Tints of Verdigris #575740

Color information

#575740 (or 0x575740) is unknown color: approx Verdigris. HEX triplet: 57, 57 and 40. RGB value is (87,87,64). Sum of RGB (Red+Green+Blue) = 87+87+64=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 87 - color contains mainly: red, green. Hex color #575740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575740 is #A8A8BF. Grayscale: #545454. Windows color (decimal): -11053248 or 4216663. OLE color: 4216663.

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

Color convert

RGB878764-
CMYK000.260.66
HSL60º15.23%29.61%-
HSV(B)60º26.44%34.12%-
XYZ8.269.216.19-
YUV84.38116.5129.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.55%
GREEN value IS 87 (34.38% from 255) = 36.55%
BLUE value IS 64 (25.39% from 255) = 26.89%
R=36.55%
G=36.55%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal878764000.260.666015.2329.61
Hex575740001A423cf1e
Octal1271271000032102741736
Binary10101111010111100000000110101000010111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575740; }

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

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

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

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

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

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

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

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