Shades of Verdigris #595A3C
Tints of Verdigris #595A3C
RGB
CMYK
RGB Variations
Color information
#595A3C (or 0x595A3C) is known color: Verdigris. HEX triplet: 59, 5A and 3C. RGB value is (89,90,60). Sum of RGB (Red+Green+Blue) = 89+90+60=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 90 - color contains mainly: green. Hex color #595A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595A3C is #A6A5C3. Grayscale: #565656. Windows color (decimal): -10921412 or 3955289. OLE color: 3955289.
HSL color Cylindrical-coordinate representation of color #595A3C: hue angle of 62º degrees, saturation: 0.2, 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 #595A3C is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 90 | 60 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.65 |
| HSL | 62º | 0.2% | 0.29% | - |
| HSV(B) | 62º | 0.33% | 0.35% | - |
| XYZ | 8.59 | 9.76 | 5.71 | - |
| YUV | 86.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 60 | 0.01 | 0 | 0.33 | 0.65 | 62 | 0.2 | 0.29 |
| Hex | 59 | 5A | 3C | 1 | 0 | 21 | 41 | 3E | 14 | 1D |
| Octal | 131 | 132 | 74 | 1 | 0 | 41 | 101 | 76 | 24 | 35 |
| Binary | 1011001 | 1011010 | 111100 | 1 | 0 | 100001 | 1000001 | 111110 | 10100 | 11101 |
Color Harmonies of #595A3C
Complementary color
Monochromatic Colors of #595A3C
Black with #595A3C
Text Example
Text Example
White with #595A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595A3C; }
p { color: rgb(89,90,60); }
H1.HeaderClassName
{
color: #595A3C;
}
.AnyTagClassName
{
color: #595A3C;
}
</style>
background-color css
<style>
a { background-color: #595A3C; }
a { background-color: rgb(89,90,60); }
div.DivClassName
{
background-color: #595A3C;
}
.BgClassName
{
background-color: #595A3C;
}
</style>
border-color css
<style>
span { border-color: #595A3C; }
span { border-color: rgb(89,90,60); }
td.TdClassName
{
border-color: #595A3C;
}
.TagClassName
{
border-color: #595A3C;
}
</style>