Shades of Viridian Green #50655D
Tints of Viridian Green #50655D
RGB
CMYK
RGB Variations
Color information
#50655D (or 0x50655D) is known color: Viridian Green. HEX triplet: 50, 65 and 5D. RGB value is (80,101,93). Sum of RGB (Red+Green+Blue) = 80+101+93=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 101 - color contains mainly: green. Hex color #50655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50655D is #AF9AA2. Grayscale: #5D5D5D. Windows color (decimal): -11508387 or 6120784. OLE color: 6120784.
HSL color Cylindrical-coordinate representation of color #50655D: hue angle of 157.14º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #50655D is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 101 | 93 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.60 |
| HSL | 157.14º | 0.12% | 0.35% | - |
| HSV(B) | 157.14º | 0.21% | 0.4% | - |
| XYZ | 9.94 | 11.8 | 12.11 | - |
| YUV | 93.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 101 | 93 | 0.21 | 0 | 0.08 | 0.60 | 157.14 | 0.12 | 0.35 |
| Hex | 50 | 65 | 5D | 15 | 0 | 8 | 3C | 9D | C | 23 |
| Octal | 120 | 145 | 135 | 25 | 0 | 10 | 74 | 235 | 14 | 43 |
| Binary | 1010000 | 1100101 | 1011101 | 10101 | 0 | 1000 | 111100 | 10011101 | 1100 | 100011 |
Color Harmonies of #50655D
Complementary color
Monochromatic Colors of #50655D
Black with #50655D
Text Example
Text Example
White with #50655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50655D; }
p { color: rgb(80,101,93); }
H1.HeaderClassName
{
color: #50655D;
}
.AnyTagClassName
{
color: #50655D;
}
</style>
background-color css
<style>
a { background-color: #50655D; }
a { background-color: rgb(80,101,93); }
div.DivClassName
{
background-color: #50655D;
}
.BgClassName
{
background-color: #50655D;
}
</style>
border-color css
<style>
span { border-color: #50655D; }
span { border-color: rgb(80,101,93); }
td.TdClassName
{
border-color: #50655D;
}
.TagClassName
{
border-color: #50655D;
}
</style>