Shades of Viridian Green #506459
Tints of Viridian Green #506459
RGB
CMYK
RGB Variations
Color information
#506459 (or 0x506459) is known color: Viridian Green. HEX triplet: 50, 64 and 59. RGB value is (80,100,89). Sum of RGB (Red+Green+Blue) = 80+100+89=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 100 - color contains mainly: green. Hex color #506459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506459 is #AF9BA6. Grayscale: #5C5C5C. Windows color (decimal): -11508647 or 5858384. OLE color: 5858384.
HSL color Cylindrical-coordinate representation of color #506459: hue angle of 147º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #506459 is Cyan = 0.2, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 100 | 89 | - |
| CMYK | 0.2 | 0 | 0.11 | 0.61 |
| HSL | 147º | 0.11% | 0.35% | - |
| HSV(B) | 147º | 0.2% | 0.39% | - |
| XYZ | 9.67 | 11.54 | 11.17 | - |
| YUV | 92.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 100 | 89 | 0.2 | 0 | 0.11 | 0.61 | 147 | 0.11 | 0.35 |
| Hex | 50 | 64 | 59 | 14 | 0 | B | 3D | 93 | B | 23 |
| Octal | 120 | 144 | 131 | 24 | 0 | 13 | 75 | 223 | 13 | 43 |
| Binary | 1010000 | 1100100 | 1011001 | 10100 | 0 | 1011 | 111101 | 10010011 | 1011 | 100011 |
Color Harmonies of #506459
Complementary color
Monochromatic Colors of #506459
Black with #506459
Text Example
Text Example
White with #506459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506459; }
p { color: rgb(80,100,89); }
H1.HeaderClassName
{
color: #506459;
}
.AnyTagClassName
{
color: #506459;
}
</style>
background-color css
<style>
a { background-color: #506459; }
a { background-color: rgb(80,100,89); }
div.DivClassName
{
background-color: #506459;
}
.BgClassName
{
background-color: #506459;
}
</style>
border-color css
<style>
span { border-color: #506459; }
span { border-color: rgb(80,100,89); }
td.TdClassName
{
border-color: #506459;
}
.TagClassName
{
border-color: #506459;
}
</style>