Shades of Viridian Green #506A62
Tints of Viridian Green #506A62
RGB
CMYK
RGB Variations
Color information
#506A62 (or 0x506A62) is known color: Viridian Green. HEX triplet: 50, 6A and 62. RGB value is (80,106,98). Sum of RGB (Red+Green+Blue) = 80+106+98=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 106 - color contains mainly: green. Hex color #506A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A62 is #AF959D. Grayscale: #616161. Windows color (decimal): -11507102 or 6449744. OLE color: 6449744.
HSL color Cylindrical-coordinate representation of color #506A62: hue angle of 161.54º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506A62 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 106 | 98 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.58 |
| HSL | 161.54º | 0.14% | 0.36% | - |
| HSV(B) | 161.54º | 0.25% | 0.42% | - |
| XYZ | 10.67 | 12.9 | 13.48 | - |
| YUV | 97.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 106 | 98 | 0.25 | 0 | 0.08 | 0.58 | 161.54 | 0.14 | 0.36 |
| Hex | 50 | 6A | 62 | 19 | 0 | 8 | 3A | A2 | E | 24 |
| Octal | 120 | 152 | 142 | 31 | 0 | 10 | 72 | 242 | 16 | 44 |
| Binary | 1010000 | 1101010 | 1100010 | 11001 | 0 | 1000 | 111010 | 10100010 | 1110 | 100100 |
Color Harmonies of #506A62
Complementary color
Monochromatic Colors of #506A62
Black with #506A62
Text Example
Text Example
White with #506A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506A62; }
p { color: rgb(80,106,98); }
H1.HeaderClassName
{
color: #506A62;
}
.AnyTagClassName
{
color: #506A62;
}
</style>
background-color css
<style>
a { background-color: #506A62; }
a { background-color: rgb(80,106,98); }
div.DivClassName
{
background-color: #506A62;
}
.BgClassName
{
background-color: #506A62;
}
</style>
border-color css
<style>
span { border-color: #506A62; }
span { border-color: rgb(80,106,98); }
td.TdClassName
{
border-color: #506A62;
}
.TagClassName
{
border-color: #506A62;
}
</style>