Shades of Viridian Green #50675C
Tints of Viridian Green #50675C
RGB
CMYK
RGB Variations
Color information
#50675C (or 0x50675C) is known color: Viridian Green. HEX triplet: 50, 67 and 5C. RGB value is (80,103,92). Sum of RGB (Red+Green+Blue) = 80+103+92=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 103 - color contains mainly: green. Hex color #50675C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50675C is #AF98A3. Grayscale: #5E5E5E. Windows color (decimal): -11507876 or 6055760. OLE color: 6055760.
HSL color Cylindrical-coordinate representation of color #50675C: hue angle of 151.3º 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 #50675C is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 103 | 92 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.60 |
| HSL | 151.3º | 0.13% | 0.36% | - |
| HSV(B) | 151.3º | 0.22% | 0.4% | - |
| XYZ | 10.09 | 12.18 | 11.94 | - |
| YUV | 94.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 92 | 0.22 | 0 | 0.11 | 0.60 | 151.3 | 0.13 | 0.36 |
| Hex | 50 | 67 | 5C | 16 | 0 | B | 3C | 97 | D | 24 |
| Octal | 120 | 147 | 134 | 26 | 0 | 13 | 74 | 227 | 15 | 44 |
| Binary | 1010000 | 1100111 | 1011100 | 10110 | 0 | 1011 | 111100 | 10010111 | 1101 | 100100 |
Color Harmonies of #50675C
Complementary color
Monochromatic Colors of #50675C
Black with #50675C
Text Example
Text Example
White with #50675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50675C; }
p { color: rgb(80,103,92); }
H1.HeaderClassName
{
color: #50675C;
}
.AnyTagClassName
{
color: #50675C;
}
</style>
background-color css
<style>
a { background-color: #50675C; }
a { background-color: rgb(80,103,92); }
div.DivClassName
{
background-color: #50675C;
}
.BgClassName
{
background-color: #50675C;
}
</style>
border-color css
<style>
span { border-color: #50675C; }
span { border-color: rgb(80,103,92); }
td.TdClassName
{
border-color: #50675C;
}
.TagClassName
{
border-color: #50675C;
}
</style>