Shades of Viridian Green #50615B
Tints of Viridian Green #50615B
RGB
CMYK
RGB Variations
Color information
#50615B (or 0x50615B) is known color: Viridian Green. HEX triplet: 50, 61 and 5B. RGB value is (80,97,91). Sum of RGB (Red+Green+Blue) = 80+97+91=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 97 - color contains mainly: green. Hex color #50615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50615B is #AF9EA4. Grayscale: #5B5B5B. Windows color (decimal): -11509413 or 5988688. OLE color: 5988688.
HSL color Cylindrical-coordinate representation of color #50615B: hue angle of 158.82º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #50615B is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 97 | 91 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.62 |
| HSL | 158.82º | 0.1% | 0.35% | - |
| HSV(B) | 158.82º | 0.18% | 0.38% | - |
| XYZ | 9.47 | 11.01 | 11.52 | - |
| YUV | 91.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 97 | 91 | 0.18 | 0 | 0.06 | 0.62 | 158.82 | 0.1 | 0.35 |
| Hex | 50 | 61 | 5B | 12 | 0 | 6 | 3E | 9F | A | 23 |
| Octal | 120 | 141 | 133 | 22 | 0 | 6 | 76 | 237 | 12 | 43 |
| Binary | 1010000 | 1100001 | 1011011 | 10010 | 0 | 110 | 111110 | 10011111 | 1010 | 100011 |
Color Harmonies of #50615B
Complementary color
Monochromatic Colors of #50615B
Black with #50615B
Text Example
Text Example
White with #50615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50615B; }
p { color: rgb(80,97,91); }
H1.HeaderClassName
{
color: #50615B;
}
.AnyTagClassName
{
color: #50615B;
}
</style>
background-color css
<style>
a { background-color: #50615B; }
a { background-color: rgb(80,97,91); }
div.DivClassName
{
background-color: #50615B;
}
.BgClassName
{
background-color: #50615B;
}
</style>
border-color css
<style>
span { border-color: #50615B; }
span { border-color: rgb(80,97,91); }
td.TdClassName
{
border-color: #50615B;
}
.TagClassName
{
border-color: #50615B;
}
</style>