Shades of Verdigris #595942
Tints of Verdigris #595942
RGB
CMYK
RGB Variations
Color information
#595942 (or 0x595942) is known color: Verdigris. HEX triplet: 59, 59 and 42. RGB value is (89,89,66). Sum of RGB (Red+Green+Blue) = 89+89+66=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595942 is #A6A6BD. Grayscale: #565656. Windows color (decimal): -10921662 or 4348249. OLE color: 4348249.
HSL color Cylindrical-coordinate representation of color #595942: hue angle of 60º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #595942 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 89 | 66 | - |
| CMYK | 0 | 0 | 0.26 | 0.65 |
| HSL | 60º | 0.15% | 0.3% | - |
| HSV(B) | 60º | 0.26% | 0.35% | - |
| XYZ | 8.68 | 9.66 | 6.56 | - |
| YUV | 86.38 | 116.5 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 66 | 0 | 0 | 0.26 | 0.65 | 60 | 0.15 | 0.3 |
| Hex | 59 | 59 | 42 | 0 | 0 | 1A | 41 | 3C | F | 1E |
| Octal | 131 | 131 | 102 | 0 | 0 | 32 | 101 | 74 | 17 | 36 |
| Binary | 1011001 | 1011001 | 1000010 | 0 | 0 | 11010 | 1000001 | 111100 | 1111 | 11110 |
Color Harmonies of #595942
Complementary color
Monochromatic Colors of #595942
Black with #595942
Text Example
Text Example
White with #595942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595942; }
p { color: rgb(89,89,66); }
H1.HeaderClassName
{
color: #595942;
}
.AnyTagClassName
{
color: #595942;
}
</style>
background-color css
<style>
a { background-color: #595942; }
a { background-color: rgb(89,89,66); }
div.DivClassName
{
background-color: #595942;
}
.BgClassName
{
background-color: #595942;
}
</style>
border-color css
<style>
span { border-color: #595942; }
span { border-color: rgb(89,89,66); }
td.TdClassName
{
border-color: #595942;
}
.TagClassName
{
border-color: #595942;
}
</style>