Shades of Viridian Green #515E59
Tints of Viridian Green #515E59
RGB
CMYK
RGB Variations
Color information
#515E59 (or 0x515E59) is known color: Viridian Green. HEX triplet: 51, 5E and 59. RGB value is (81,94,89). Sum of RGB (Red+Green+Blue) = 81+94+89=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 94 - color contains mainly: green. Hex color #515E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E59 is #AEA1A6. Grayscale: #595959. Windows color (decimal): -11444647 or 5856849. OLE color: 5856849.
HSL color Cylindrical-coordinate representation of color #515E59: hue angle of 156.92º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #515E59 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 94 | 89 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.63 |
| HSL | 156.92º | 0.07% | 0.34% | - |
| HSV(B) | 156.92º | 0.14% | 0.37% | - |
| XYZ | 9.2 | 10.48 | 10.99 | - |
| YUV | 89.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 89 | 0.14 | 0 | 0.05 | 0.63 | 156.92 | 0.07 | 0.34 |
| Hex | 51 | 5E | 59 | E | 0 | 5 | 3F | 9D | 7 | 22 |
| Octal | 121 | 136 | 131 | 16 | 0 | 5 | 77 | 235 | 7 | 42 |
| Binary | 1010001 | 1011110 | 1011001 | 1110 | 0 | 101 | 111111 | 10011101 | 111 | 100010 |
Color Harmonies of #515E59
Complementary color
Monochromatic Colors of #515E59
Black with #515E59
Text Example
Text Example
White with #515E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515E59; }
p { color: rgb(81,94,89); }
H1.HeaderClassName
{
color: #515E59;
}
.AnyTagClassName
{
color: #515E59;
}
</style>
background-color css
<style>
a { background-color: #515E59; }
a { background-color: rgb(81,94,89); }
div.DivClassName
{
background-color: #515E59;
}
.BgClassName
{
background-color: #515E59;
}
</style>
border-color css
<style>
span { border-color: #515E59; }
span { border-color: rgb(81,94,89); }
td.TdClassName
{
border-color: #515E59;
}
.TagClassName
{
border-color: #515E59;
}
</style>