Shades of Viridian Green #595F5C
Tints of Viridian Green #595F5C
RGB
CMYK
RGB Variations
Color information
#595F5C (or 0x595F5C) is known color: Viridian Green. HEX triplet: 59, 5F and 5C. RGB value is (89,95,92). Sum of RGB (Red+Green+Blue) = 89+95+92=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 95 - color contains mainly: green. Hex color #595F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F5C is #A6A0A3. Grayscale: #5C5C5C. Windows color (decimal): -10920100 or 6053721. OLE color: 6053721.
HSL color Cylindrical-coordinate representation of color #595F5C: hue angle of 150º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #595F5C is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 95 | 92 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.63 |
| HSL | 150º | 0.03% | 0.36% | - |
| HSV(B) | 150º | 0.06% | 0.37% | - |
| XYZ | 10.14 | 11.08 | 11.73 | - |
| YUV | 92.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 92 | 0.06 | 0 | 0.03 | 0.63 | 150 | 0.03 | 0.36 |
| Hex | 59 | 5F | 5C | 6 | 0 | 3 | 3F | 96 | 3 | 24 |
| Octal | 131 | 137 | 134 | 6 | 0 | 3 | 77 | 226 | 3 | 44 |
| Binary | 1011001 | 1011111 | 1011100 | 110 | 0 | 11 | 111111 | 10010110 | 11 | 100100 |
Color Harmonies of #595F5C
Complementary color
Monochromatic Colors of #595F5C
Black with #595F5C
Text Example
Text Example
White with #595F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F5C; }
p { color: rgb(89,95,92); }
H1.HeaderClassName
{
color: #595F5C;
}
.AnyTagClassName
{
color: #595F5C;
}
</style>
background-color css
<style>
a { background-color: #595F5C; }
a { background-color: rgb(89,95,92); }
div.DivClassName
{
background-color: #595F5C;
}
.BgClassName
{
background-color: #595F5C;
}
</style>
border-color css
<style>
span { border-color: #595F5C; }
span { border-color: rgb(89,95,92); }
td.TdClassName
{
border-color: #595F5C;
}
.TagClassName
{
border-color: #595F5C;
}
</style>