#58583C

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

Shades of Verdigris #58583C

Tints of Verdigris #58583C

Color information

#58583C (or 0x58583C) is unknown color: approx Verdigris. HEX triplet: 58, 58 and 3C. RGB value is (88,88,60). Sum of RGB (Red+Green+Blue) = 88+88+60=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 88 - color contains mainly: red, green. Hex color #58583C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58583C is #A7A7C3. Grayscale: #545454. Windows color (decimal): -10987460 or 3954776. OLE color: 3954776.

HSL color Cylindrical-coordinate representation of color #58583C: hue angle of 60º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #58583C is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB888860-
CMYK000.320.65
HSL60º18.92%29.02%-
HSV(B)60º31.82%34.51%-
XYZ8.339.385.65-
YUV84.81114130.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.29%
GREEN value IS 88 (34.77% from 255) = 37.29%
BLUE value IS 60 (23.83% from 255) = 25.42%
R=37.29%
G=37.29%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888860000.320.656018.9229.02
Hex58583C0020413c131d
Octal130130740040101742335
Binary101100010110001111000010000010000011111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58583C; }

 p { color: rgb(88,88,60); }

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

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

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

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

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

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

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