Shades of Viridian Green #50675D
Tints of Viridian Green #50675D
RGB
CMYK
RGB Variations
Color information
#50675D (or 0x50675D) is known color: Viridian Green. HEX triplet: 50, 67 and 5D. RGB value is (80,103,93). Sum of RGB (Red+Green+Blue) = 80+103+93=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 103 - color contains mainly: green. Hex color #50675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50675D is #AF98A2. Grayscale: #5F5F5F. Windows color (decimal): -11507875 or 6121296. OLE color: 6121296.
HSL color Cylindrical-coordinate representation of color #50675D: hue angle of 153.91º degrees, saturation: 0.13, 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 #50675D is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 103 | 93 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.60 |
| HSL | 153.91º | 0.13% | 0.36% | - |
| HSV(B) | 153.91º | 0.22% | 0.4% | - |
| XYZ | 10.13 | 12.2 | 12.18 | - |
| YUV | 94.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 93 | 0.22 | 0 | 0.10 | 0.60 | 153.91 | 0.13 | 0.36 |
| Hex | 50 | 67 | 5D | 16 | 0 | A | 3C | 9A | D | 24 |
| Octal | 120 | 147 | 135 | 26 | 0 | 12 | 74 | 232 | 15 | 44 |
| Binary | 1010000 | 1100111 | 1011101 | 10110 | 0 | 1010 | 111100 | 10011010 | 1101 | 100100 |
Color Harmonies of #50675D
Complementary color
Monochromatic Colors of #50675D
Black with #50675D
Text Example
Text Example
White with #50675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50675D; }
p { color: rgb(80,103,93); }
H1.HeaderClassName
{
color: #50675D;
}
.AnyTagClassName
{
color: #50675D;
}
</style>
background-color css
<style>
a { background-color: #50675D; }
a { background-color: rgb(80,103,93); }
div.DivClassName
{
background-color: #50675D;
}
.BgClassName
{
background-color: #50675D;
}
</style>
border-color css
<style>
span { border-color: #50675D; }
span { border-color: rgb(80,103,93); }
td.TdClassName
{
border-color: #50675D;
}
.TagClassName
{
border-color: #50675D;
}
</style>