Shades of Viridian Green #50665D
Tints of Viridian Green #50665D
RGB
CMYK
RGB Variations
Color information
#50665D (or 0x50665D) is known color: Viridian Green. HEX triplet: 50, 66 and 5D. RGB value is (80,102,93). Sum of RGB (Red+Green+Blue) = 80+102+93=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 102 - color contains mainly: green. Hex color #50665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50665D is #AF99A2. Grayscale: #5E5E5E. Windows color (decimal): -11508131 or 6121040. OLE color: 6121040.
HSL color Cylindrical-coordinate representation of color #50665D: hue angle of 155.45º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #50665D is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 102 | 93 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.6 |
| HSL | 155.45º | 0.12% | 0.36% | - |
| HSV(B) | 155.45º | 0.22% | 0.4% | - |
| XYZ | 10.04 | 12 | 12.14 | - |
| YUV | 94.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 93 | 0.22 | 0 | 0.09 | 0.6 | 155.45 | 0.12 | 0.36 |
| Hex | 50 | 66 | 5D | 16 | 0 | 9 | 3C | 9B | C | 24 |
| Octal | 120 | 146 | 135 | 26 | 0 | 11 | 74 | 233 | 14 | 44 |
| Binary | 1010000 | 1100110 | 1011101 | 10110 | 0 | 1001 | 111100 | 10011011 | 1100 | 100100 |
Color Harmonies of #50665D
Complementary color
Monochromatic Colors of #50665D
Black with #50665D
Text Example
Text Example
White with #50665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50665D; }
p { color: rgb(80,102,93); }
H1.HeaderClassName
{
color: #50665D;
}
.AnyTagClassName
{
color: #50665D;
}
</style>
background-color css
<style>
a { background-color: #50665D; }
a { background-color: rgb(80,102,93); }
div.DivClassName
{
background-color: #50665D;
}
.BgClassName
{
background-color: #50665D;
}
</style>
border-color css
<style>
span { border-color: #50665D; }
span { border-color: rgb(80,102,93); }
td.TdClassName
{
border-color: #50665D;
}
.TagClassName
{
border-color: #50665D;
}
</style>