#585738

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

Shades of Verdigris #585738

Tints of Verdigris #585738

Color information

#585738 (or 0x585738) is unknown color: approx Verdigris. HEX triplet: 58, 57 and 38. RGB value is (88,87,56). Sum of RGB (Red+Green+Blue) = 88+87+56=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 88 - color contains mainly: red. Hex color #585738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585738 is #A7A8C7. Grayscale: #535353. Windows color (decimal): -10987720 or 3692376. OLE color: 3692376.

HSL color Cylindrical-coordinate representation of color #585738: hue angle of 58.12º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #585738 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB888756-
CMYK00.010.360.65
HSL58.12º22.22%28.24%-
HSV(B)58.12º36.36%34.51%-
XYZ8.159.185.08-
YUV83.76112.33131.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.10%
GREEN value IS 87 (34.38% from 255) = 37.66%
BLUE value IS 56 (22.27% from 255) = 24.24%
R=38.10%
G=37.66%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88875600.010.360.6558.1222.2228.24
Hex5857380124413a161c
Octal130127700144101722634
Binary101100010101111110000110010010000011110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585738; }

 p { color: rgb(88,87,56); }

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

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

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

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

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

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

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