Shades of Verdigris #595B41
Tints of Verdigris #595B41
RGB
CMYK
RGB Variations
Color information
#595B41 (or 0x595B41) is known color: Verdigris. HEX triplet: 59, 5B and 41. RGB value is (89,91,65). Sum of RGB (Red+Green+Blue) = 89+91+65=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 91 - color contains mainly: green. Hex color #595B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595B41 is #A6A4BE. Grayscale: #575757. Windows color (decimal): -10921151 or 4283225. OLE color: 4283225.
HSL color Cylindrical-coordinate representation of color #595B41: hue angle of 64.62º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #595B41 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 91 | 65 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.64 |
| HSL | 64.62º | 0.17% | 0.31% | - |
| HSV(B) | 64.62º | 0.29% | 0.36% | - |
| XYZ | 8.82 | 9.99 | 6.46 | - |
| YUV | 87.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 65 | 0.02 | 0 | 0.29 | 0.64 | 64.62 | 0.17 | 0.31 |
| Hex | 59 | 5B | 41 | 2 | 0 | 1D | 40 | 41 | 11 | 1F |
| Octal | 131 | 133 | 101 | 2 | 0 | 35 | 100 | 101 | 21 | 37 |
| Binary | 1011001 | 1011011 | 1000001 | 10 | 0 | 11101 | 1000000 | 1000001 | 10001 | 11111 |
Color Harmonies of #595B41
Complementary color
Monochromatic Colors of #595B41
Black with #595B41
Text Example
Text Example
White with #595B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B41; }
p { color: rgb(89,91,65); }
H1.HeaderClassName
{
color: #595B41;
}
.AnyTagClassName
{
color: #595B41;
}
</style>
background-color css
<style>
a { background-color: #595B41; }
a { background-color: rgb(89,91,65); }
div.DivClassName
{
background-color: #595B41;
}
.BgClassName
{
background-color: #595B41;
}
</style>
border-color css
<style>
span { border-color: #595B41; }
span { border-color: rgb(89,91,65); }
td.TdClassName
{
border-color: #595B41;
}
.TagClassName
{
border-color: #595B41;
}
</style>