Shades of Viridian Green #516D62
Tints of Viridian Green #516D62
RGB
CMYK
RGB Variations
Color information
#516D62 (or 0x516D62) is known color: Viridian Green. HEX triplet: 51, 6D and 62. RGB value is (81,109,98). Sum of RGB (Red+Green+Blue) = 81+109+98=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 109 - color contains mainly: green. Hex color #516D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D62 is #AE929D. Grayscale: #636363. Windows color (decimal): -11440798 or 6450513. OLE color: 6450513.
HSL color Cylindrical-coordinate representation of color #516D62: hue angle of 156.43º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #516D62 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 109 | 98 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.57 |
| HSL | 156.43º | 0.15% | 0.37% | - |
| HSV(B) | 156.43º | 0.26% | 0.43% | - |
| XYZ | 11.07 | 13.57 | 13.59 | - |
| YUV | 99.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 98 | 0.26 | 0 | 0.10 | 0.57 | 156.43 | 0.15 | 0.37 |
| Hex | 51 | 6D | 62 | 1A | 0 | A | 39 | 9C | F | 25 |
| Octal | 121 | 155 | 142 | 32 | 0 | 12 | 71 | 234 | 17 | 45 |
| Binary | 1010001 | 1101101 | 1100010 | 11010 | 0 | 1010 | 111001 | 10011100 | 1111 | 100101 |
Color Harmonies of #516D62
Complementary color
Monochromatic Colors of #516D62
Black with #516D62
Text Example
Text Example
White with #516D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D62; }
p { color: rgb(81,109,98); }
H1.HeaderClassName
{
color: #516D62;
}
.AnyTagClassName
{
color: #516D62;
}
</style>
background-color css
<style>
a { background-color: #516D62; }
a { background-color: rgb(81,109,98); }
div.DivClassName
{
background-color: #516D62;
}
.BgClassName
{
background-color: #516D62;
}
</style>
border-color css
<style>
span { border-color: #516D62; }
span { border-color: rgb(81,109,98); }
td.TdClassName
{
border-color: #516D62;
}
.TagClassName
{
border-color: #516D62;
}
</style>