Shades of Viridian Green #515F59
Tints of Viridian Green #515F59
RGB
CMYK
RGB Variations
Color information
#515F59 (or 0x515F59) is known color: Viridian Green. HEX triplet: 51, 5F and 59. RGB value is (81,95,89). Sum of RGB (Red+Green+Blue) = 81+95+89=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 95 - color contains mainly: green. Hex color #515F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F59 is #AEA0A6. Grayscale: #5A5A5A. Windows color (decimal): -11444391 or 5857105. OLE color: 5857105.
HSL color Cylindrical-coordinate representation of color #515F59: hue angle of 154.29º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #515F59 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 95 | 89 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.63 |
| HSL | 154.29º | 0.08% | 0.35% | - |
| HSV(B) | 154.29º | 0.15% | 0.37% | - |
| XYZ | 9.29 | 10.66 | 11.02 | - |
| YUV | 90.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 89 | 0.15 | 0 | 0.06 | 0.63 | 154.29 | 0.08 | 0.35 |
| Hex | 51 | 5F | 59 | F | 0 | 6 | 3F | 9A | 8 | 23 |
| Octal | 121 | 137 | 131 | 17 | 0 | 6 | 77 | 232 | 10 | 43 |
| Binary | 1010001 | 1011111 | 1011001 | 1111 | 0 | 110 | 111111 | 10011010 | 1000 | 100011 |
Color Harmonies of #515F59
Complementary color
Monochromatic Colors of #515F59
Black with #515F59
Text Example
Text Example
White with #515F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515F59; }
p { color: rgb(81,95,89); }
H1.HeaderClassName
{
color: #515F59;
}
.AnyTagClassName
{
color: #515F59;
}
</style>
background-color css
<style>
a { background-color: #515F59; }
a { background-color: rgb(81,95,89); }
div.DivClassName
{
background-color: #515F59;
}
.BgClassName
{
background-color: #515F59;
}
</style>
border-color css
<style>
span { border-color: #515F59; }
span { border-color: rgb(81,95,89); }
td.TdClassName
{
border-color: #515F59;
}
.TagClassName
{
border-color: #515F59;
}
</style>