Shades of Viridian Green #515E58
Tints of Viridian Green #515E58
RGB
CMYK
RGB Variations
Color information
#515E58 (or 0x515E58) is known color: Viridian Green. HEX triplet: 51, 5E and 58. RGB value is (81,94,88). Sum of RGB (Red+Green+Blue) = 81+94+88=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 94 - color contains mainly: green. Hex color #515E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E58 is #AEA1A7. Grayscale: #595959. Windows color (decimal): -11444648 or 5791313. OLE color: 5791313.
HSL color Cylindrical-coordinate representation of color #515E58: hue angle of 152.31º 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 #515E58 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 94 | 88 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.63 |
| HSL | 152.31º | 0.07% | 0.34% | - |
| HSV(B) | 152.31º | 0.14% | 0.37% | - |
| XYZ | 9.16 | 10.46 | 10.77 | - |
| YUV | 89.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 88 | 0.14 | 0 | 0.06 | 0.63 | 152.31 | 0.07 | 0.34 |
| Hex | 51 | 5E | 58 | E | 0 | 6 | 3F | 98 | 7 | 22 |
| Octal | 121 | 136 | 130 | 16 | 0 | 6 | 77 | 230 | 7 | 42 |
| Binary | 1010001 | 1011110 | 1011000 | 1110 | 0 | 110 | 111111 | 10011000 | 111 | 100010 |
Color Harmonies of #515E58
Complementary color
Monochromatic Colors of #515E58
Black with #515E58
Text Example
Text Example
White with #515E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515E58; }
p { color: rgb(81,94,88); }
H1.HeaderClassName
{
color: #515E58;
}
.AnyTagClassName
{
color: #515E58;
}
</style>
background-color css
<style>
a { background-color: #515E58; }
a { background-color: rgb(81,94,88); }
div.DivClassName
{
background-color: #515E58;
}
.BgClassName
{
background-color: #515E58;
}
</style>
border-color css
<style>
span { border-color: #515E58; }
span { border-color: rgb(81,94,88); }
td.TdClassName
{
border-color: #515E58;
}
.TagClassName
{
border-color: #515E58;
}
</style>