Shades of Verdigris #595946
Tints of Verdigris #595946
RGB
CMYK
RGB Variations
Color information
#595946 (or 0x595946) is known color: Verdigris. HEX triplet: 59, 59 and 46. RGB value is (89,89,70). Sum of RGB (Red+Green+Blue) = 89+89+70=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595946 is #A6A6B9. Grayscale: #565656. Windows color (decimal): -10921658 or 4610393. OLE color: 4610393.
HSL color Cylindrical-coordinate representation of color #595946: hue angle of 60º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #595946 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 89 | 70 | - |
| CMYK | 0 | 0 | 0.21 | 0.65 |
| HSL | 60º | 0.12% | 0.31% | - |
| HSV(B) | 60º | 0.21% | 0.35% | - |
| XYZ | 8.8 | 9.71 | 7.21 | - |
| YUV | 86.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 70 | 0 | 0 | 0.21 | 0.65 | 60 | 0.12 | 0.31 |
| Hex | 59 | 59 | 46 | 0 | 0 | 15 | 41 | 3C | C | 1F |
| Octal | 131 | 131 | 106 | 0 | 0 | 25 | 101 | 74 | 14 | 37 |
| Binary | 1011001 | 1011001 | 1000110 | 0 | 0 | 10101 | 1000001 | 111100 | 1100 | 11111 |
Color Harmonies of #595946
Complementary color
Monochromatic Colors of #595946
Black with #595946
Text Example
Text Example
White with #595946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595946; }
p { color: rgb(89,89,70); }
H1.HeaderClassName
{
color: #595946;
}
.AnyTagClassName
{
color: #595946;
}
</style>
background-color css
<style>
a { background-color: #595946; }
a { background-color: rgb(89,89,70); }
div.DivClassName
{
background-color: #595946;
}
.BgClassName
{
background-color: #595946;
}
</style>
border-color css
<style>
span { border-color: #595946; }
span { border-color: rgb(89,89,70); }
td.TdClassName
{
border-color: #595946;
}
.TagClassName
{
border-color: #595946;
}
</style>