Shades of Viridian Green #516259
Tints of Viridian Green #516259
RGB
CMYK
RGB Variations
Color information
#516259 (or 0x516259) is known color: Viridian Green. HEX triplet: 51, 62 and 59. RGB value is (81,98,89). Sum of RGB (Red+Green+Blue) = 81+98+89=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 98 - color contains mainly: green. Hex color #516259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516259 is #AE9DA6. Grayscale: #5B5B5B. Windows color (decimal): -11443623 or 5857873. OLE color: 5857873.
HSL color Cylindrical-coordinate representation of color #516259: hue angle of 148.24º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #516259 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 98 | 89 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.62 |
| HSL | 148.24º | 0.09% | 0.35% | - |
| HSV(B) | 148.24º | 0.17% | 0.38% | - |
| XYZ | 9.56 | 11.21 | 11.11 | - |
| YUV | 91.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 89 | 0.17 | 0 | 0.09 | 0.62 | 148.24 | 0.09 | 0.35 |
| Hex | 51 | 62 | 59 | 11 | 0 | 9 | 3E | 94 | 9 | 23 |
| Octal | 121 | 142 | 131 | 21 | 0 | 11 | 76 | 224 | 11 | 43 |
| Binary | 1010001 | 1100010 | 1011001 | 10001 | 0 | 1001 | 111110 | 10010100 | 1001 | 100011 |
Color Harmonies of #516259
Complementary color
Monochromatic Colors of #516259
Black with #516259
Text Example
Text Example
White with #516259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516259; }
p { color: rgb(81,98,89); }
H1.HeaderClassName
{
color: #516259;
}
.AnyTagClassName
{
color: #516259;
}
</style>
background-color css
<style>
a { background-color: #516259; }
a { background-color: rgb(81,98,89); }
div.DivClassName
{
background-color: #516259;
}
.BgClassName
{
background-color: #516259;
}
</style>
border-color css
<style>
span { border-color: #516259; }
span { border-color: rgb(81,98,89); }
td.TdClassName
{
border-color: #516259;
}
.TagClassName
{
border-color: #516259;
}
</style>