Shades of Verdigris #58593C
Tints of Verdigris #58593C
RGB
CMYK
RGB Variations
Color information
#58593C (or 0x58593C) is known color: Verdigris. HEX triplet: 58, 59 and 3C. RGB value is (88,89,60). Sum of RGB (Red+Green+Blue) = 88+89+60=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 89 - color contains mainly: green. Hex color #58593C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58593C is #A7A6C3. Grayscale: #555555. Windows color (decimal): -10987204 or 3955032. OLE color: 3955032.
HSL color Cylindrical-coordinate representation of color #58593C: hue angle of 62.07º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58593C is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 60 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.65 |
| HSL | 62.07º | 0.19% | 0.29% | - |
| HSV(B) | 62.07º | 0.33% | 0.35% | - |
| XYZ | 8.41 | 9.55 | 5.67 | - |
| YUV | 85.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 60 | 0.01 | 0 | 0.33 | 0.65 | 62.07 | 0.19 | 0.29 |
| Hex | 58 | 59 | 3C | 1 | 0 | 21 | 41 | 3E | 13 | 1D |
| Octal | 130 | 131 | 74 | 1 | 0 | 41 | 101 | 76 | 23 | 35 |
| Binary | 1011000 | 1011001 | 111100 | 1 | 0 | 100001 | 1000001 | 111110 | 10011 | 11101 |
Color Harmonies of #58593C
Complementary color
Monochromatic Colors of #58593C
Black with #58593C
Text Example
Text Example
White with #58593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58593C; }
p { color: rgb(88,89,60); }
H1.HeaderClassName
{
color: #58593C;
}
.AnyTagClassName
{
color: #58593C;
}
</style>
background-color css
<style>
a { background-color: #58593C; }
a { background-color: rgb(88,89,60); }
div.DivClassName
{
background-color: #58593C;
}
.BgClassName
{
background-color: #58593C;
}
</style>
border-color css
<style>
span { border-color: #58593C; }
span { border-color: rgb(88,89,60); }
td.TdClassName
{
border-color: #58593C;
}
.TagClassName
{
border-color: #58593C;
}
</style>