Shades of Viridian Green #50605B
Tints of Viridian Green #50605B
RGB
CMYK
RGB Variations
Color information
#50605B (or 0x50605B) is known color: Viridian Green. HEX triplet: 50, 60 and 5B. RGB value is (80,96,91). Sum of RGB (Red+Green+Blue) = 80+96+91=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 96 - color contains mainly: green. Hex color #50605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50605B is #AF9FA4. Grayscale: #5A5A5A. Windows color (decimal): -11509669 or 5988432. OLE color: 5988432.
HSL color Cylindrical-coordinate representation of color #50605B: hue angle of 161.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #50605B is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 96 | 91 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.62 |
| HSL | 161.25º | 0.09% | 0.35% | - |
| HSV(B) | 161.25º | 0.17% | 0.38% | - |
| XYZ | 9.38 | 10.83 | 11.49 | - |
| YUV | 90.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 91 | 0.17 | 0 | 0.05 | 0.62 | 161.25 | 0.09 | 0.35 |
| Hex | 50 | 60 | 5B | 11 | 0 | 5 | 3E | A1 | 9 | 23 |
| Octal | 120 | 140 | 133 | 21 | 0 | 5 | 76 | 241 | 11 | 43 |
| Binary | 1010000 | 1100000 | 1011011 | 10001 | 0 | 101 | 111110 | 10100001 | 1001 | 100011 |
Color Harmonies of #50605B
Complementary color
Monochromatic Colors of #50605B
Black with #50605B
Text Example
Text Example
White with #50605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50605B; }
p { color: rgb(80,96,91); }
H1.HeaderClassName
{
color: #50605B;
}
.AnyTagClassName
{
color: #50605B;
}
</style>
background-color css
<style>
a { background-color: #50605B; }
a { background-color: rgb(80,96,91); }
div.DivClassName
{
background-color: #50605B;
}
.BgClassName
{
background-color: #50605B;
}
</style>
border-color css
<style>
span { border-color: #50605B; }
span { border-color: rgb(80,96,91); }
td.TdClassName
{
border-color: #50605B;
}
.TagClassName
{
border-color: #50605B;
}
</style>