Shades of Viridian Green #59655F
Tints of Viridian Green #59655F
RGB
CMYK
RGB Variations
Color information
#59655F (or 0x59655F) is known color: Viridian Green. HEX triplet: 59, 65 and 5F. RGB value is (89,101,95). Sum of RGB (Red+Green+Blue) = 89+101+95=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 101 - color contains mainly: green. Hex color #59655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59655F is #A69AA0. Grayscale: #606060. Windows color (decimal): -10918561 or 6251865. OLE color: 6251865.
HSL color Cylindrical-coordinate representation of color #59655F: hue angle of 150º 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 #59655F is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 101 | 95 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.60 |
| HSL | 150º | 0.06% | 0.37% | - |
| HSV(B) | 150º | 0.12% | 0.4% | - |
| XYZ | 10.84 | 12.26 | 12.62 | - |
| YUV | 96.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 95 | 0.12 | 0 | 0.06 | 0.60 | 150 | 0.06 | 0.37 |
| Hex | 59 | 65 | 5F | C | 0 | 6 | 3C | 96 | 6 | 25 |
| Octal | 131 | 145 | 137 | 14 | 0 | 6 | 74 | 226 | 6 | 45 |
| Binary | 1011001 | 1100101 | 1011111 | 1100 | 0 | 110 | 111100 | 10010110 | 110 | 100101 |
Color Harmonies of #59655F
Complementary color
Monochromatic Colors of #59655F
Black with #59655F
Text Example
Text Example
White with #59655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59655F; }
p { color: rgb(89,101,95); }
H1.HeaderClassName
{
color: #59655F;
}
.AnyTagClassName
{
color: #59655F;
}
</style>
background-color css
<style>
a { background-color: #59655F; }
a { background-color: rgb(89,101,95); }
div.DivClassName
{
background-color: #59655F;
}
.BgClassName
{
background-color: #59655F;
}
</style>
border-color css
<style>
span { border-color: #59655F; }
span { border-color: rgb(89,101,95); }
td.TdClassName
{
border-color: #59655F;
}
.TagClassName
{
border-color: #59655F;
}
</style>