Shades of Viridian Green #595E5C
Tints of Viridian Green #595E5C
RGB
CMYK
RGB Variations
Color information
#595E5C (or 0x595E5C) is known color: Viridian Green. HEX triplet: 59, 5E and 5C. RGB value is (89,94,92). Sum of RGB (Red+Green+Blue) = 89+94+92=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 94 - color contains mainly: green. Hex color #595E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E5C is #A6A1A3. Grayscale: #5C5C5C. Windows color (decimal): -10920356 or 6053465. OLE color: 6053465.
HSL color Cylindrical-coordinate representation of color #595E5C: hue angle of 156º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #595E5C is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 94 | 92 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.63 |
| HSL | 156º | 0.03% | 0.36% | - |
| HSV(B) | 156º | 0.05% | 0.37% | - |
| XYZ | 10.05 | 10.9 | 11.7 | - |
| YUV | 92.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 92 | 0.05 | 0 | 0.02 | 0.63 | 156 | 0.03 | 0.36 |
| Hex | 59 | 5E | 5C | 5 | 0 | 2 | 3F | 9C | 3 | 24 |
| Octal | 131 | 136 | 134 | 5 | 0 | 2 | 77 | 234 | 3 | 44 |
| Binary | 1011001 | 1011110 | 1011100 | 101 | 0 | 10 | 111111 | 10011100 | 11 | 100100 |
Color Harmonies of #595E5C
Complementary color
Monochromatic Colors of #595E5C
Black with #595E5C
Text Example
Text Example
White with #595E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E5C; }
p { color: rgb(89,94,92); }
H1.HeaderClassName
{
color: #595E5C;
}
.AnyTagClassName
{
color: #595E5C;
}
</style>
background-color css
<style>
a { background-color: #595E5C; }
a { background-color: rgb(89,94,92); }
div.DivClassName
{
background-color: #595E5C;
}
.BgClassName
{
background-color: #595E5C;
}
</style>
border-color css
<style>
span { border-color: #595E5C; }
span { border-color: rgb(89,94,92); }
td.TdClassName
{
border-color: #595E5C;
}
.TagClassName
{
border-color: #595E5C;
}
</style>