Shades of Viridian Green #59605D
Tints of Viridian Green #59605D
RGB
CMYK
RGB Variations
Color information
#59605D (or 0x59605D) is known color: Viridian Green. HEX triplet: 59, 60 and 5D. RGB value is (89,96,93). Sum of RGB (Red+Green+Blue) = 89+96+93=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 96 - color contains mainly: green. Hex color #59605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59605D is #A69FA2. Grayscale: #5D5D5D. Windows color (decimal): -10919843 or 6119513. OLE color: 6119513.
HSL color Cylindrical-coordinate representation of color #59605D: hue angle of 154.29º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #59605D is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 96 | 93 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.62 |
| HSL | 154.29º | 0.04% | 0.36% | - |
| HSV(B) | 154.29º | 0.07% | 0.38% | - |
| XYZ | 10.28 | 11.28 | 11.99 | - |
| YUV | 93.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 93 | 0.07 | 0 | 0.03 | 0.62 | 154.29 | 0.04 | 0.36 |
| Hex | 59 | 60 | 5D | 7 | 0 | 3 | 3E | 9A | 4 | 24 |
| Octal | 131 | 140 | 135 | 7 | 0 | 3 | 76 | 232 | 4 | 44 |
| Binary | 1011001 | 1100000 | 1011101 | 111 | 0 | 11 | 111110 | 10011010 | 100 | 100100 |
Color Harmonies of #59605D
Complementary color
Monochromatic Colors of #59605D
Black with #59605D
Text Example
Text Example
White with #59605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59605D; }
p { color: rgb(89,96,93); }
H1.HeaderClassName
{
color: #59605D;
}
.AnyTagClassName
{
color: #59605D;
}
</style>
background-color css
<style>
a { background-color: #59605D; }
a { background-color: rgb(89,96,93); }
div.DivClassName
{
background-color: #59605D;
}
.BgClassName
{
background-color: #59605D;
}
</style>
border-color css
<style>
span { border-color: #59605D; }
span { border-color: rgb(89,96,93); }
td.TdClassName
{
border-color: #59605D;
}
.TagClassName
{
border-color: #59605D;
}
</style>