Shades of Viridian Green #596560
Tints of Viridian Green #596560
RGB
CMYK
RGB Variations
Color information
#596560 (or 0x596560) is known color: Viridian Green. HEX triplet: 59, 65 and 60. RGB value is (89,101,96). Sum of RGB (Red+Green+Blue) = 89+101+96=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 101 - color contains mainly: green. Hex color #596560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596560 is #A69A9F. Grayscale: #606060. Windows color (decimal): -10918560 or 6317401. OLE color: 6317401.
HSL color Cylindrical-coordinate representation of color #596560: hue angle of 155º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #596560 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 101 | 96 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.60 |
| HSL | 155º | 0.06% | 0.37% | - |
| HSV(B) | 155º | 0.12% | 0.4% | - |
| XYZ | 10.88 | 12.28 | 12.86 | - |
| YUV | 96.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 96 | 0.12 | 0 | 0.05 | 0.60 | 155 | 0.06 | 0.37 |
| Hex | 59 | 65 | 60 | C | 0 | 5 | 3C | 9B | 6 | 25 |
| Octal | 131 | 145 | 140 | 14 | 0 | 5 | 74 | 233 | 6 | 45 |
| Binary | 1011001 | 1100101 | 1100000 | 1100 | 0 | 101 | 111100 | 10011011 | 110 | 100101 |
Color Harmonies of #596560
Complementary color
Monochromatic Colors of #596560
Black with #596560
Text Example
Text Example
White with #596560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596560; }
p { color: rgb(89,101,96); }
H1.HeaderClassName
{
color: #596560;
}
.AnyTagClassName
{
color: #596560;
}
</style>
background-color css
<style>
a { background-color: #596560; }
a { background-color: rgb(89,101,96); }
div.DivClassName
{
background-color: #596560;
}
.BgClassName
{
background-color: #596560;
}
</style>
border-color css
<style>
span { border-color: #596560; }
span { border-color: rgb(89,101,96); }
td.TdClassName
{
border-color: #596560;
}
.TagClassName
{
border-color: #596560;
}
</style>