Shades of Viridian Green #516861
Tints of Viridian Green #516861
RGB
CMYK
RGB Variations
Color information
#516861 (or 0x516861) is known color: Viridian Green. HEX triplet: 51, 68 and 61. RGB value is (81,104,97). Sum of RGB (Red+Green+Blue) = 81+104+97=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 104 - color contains mainly: green. Hex color #516861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516861 is #AE979E. Grayscale: #606060. Windows color (decimal): -11442079 or 6383697. OLE color: 6383697.
HSL color Cylindrical-coordinate representation of color #516861: hue angle of 161.74º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #516861 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 104 | 97 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.59 |
| HSL | 161.74º | 0.12% | 0.36% | - |
| HSV(B) | 161.74º | 0.22% | 0.41% | - |
| XYZ | 10.5 | 12.51 | 13.17 | - |
| YUV | 96.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 104 | 97 | 0.22 | 0 | 0.07 | 0.59 | 161.74 | 0.12 | 0.36 |
| Hex | 51 | 68 | 61 | 16 | 0 | 7 | 3B | A2 | C | 24 |
| Octal | 121 | 150 | 141 | 26 | 0 | 7 | 73 | 242 | 14 | 44 |
| Binary | 1010001 | 1101000 | 1100001 | 10110 | 0 | 111 | 111011 | 10100010 | 1100 | 100100 |
Color Harmonies of #516861
Complementary color
Monochromatic Colors of #516861
Black with #516861
Text Example
Text Example
White with #516861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516861; }
p { color: rgb(81,104,97); }
H1.HeaderClassName
{
color: #516861;
}
.AnyTagClassName
{
color: #516861;
}
</style>
background-color css
<style>
a { background-color: #516861; }
a { background-color: rgb(81,104,97); }
div.DivClassName
{
background-color: #516861;
}
.BgClassName
{
background-color: #516861;
}
</style>
border-color css
<style>
span { border-color: #516861; }
span { border-color: rgb(81,104,97); }
td.TdClassName
{
border-color: #516861;
}
.TagClassName
{
border-color: #516861;
}
</style>