Shades of Viridian Green #50665C
Tints of Viridian Green #50665C
RGB
CMYK
RGB Variations
Color information
#50665C (or 0x50665C) is known color: Viridian Green. HEX triplet: 50, 66 and 5C. RGB value is (80,102,92). Sum of RGB (Red+Green+Blue) = 80+102+92=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 102 - color contains mainly: green. Hex color #50665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50665C is #AF99A3. Grayscale: #5E5E5E. Windows color (decimal): -11508132 or 6055504. OLE color: 6055504.
HSL color Cylindrical-coordinate representation of color #50665C: hue angle of 152.73º 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 #50665C is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 102 | 92 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.6 |
| HSL | 152.73º | 0.12% | 0.36% | - |
| HSV(B) | 152.73º | 0.22% | 0.4% | - |
| XYZ | 9.99 | 11.98 | 11.91 | - |
| YUV | 94.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 92 | 0.22 | 0 | 0.10 | 0.6 | 152.73 | 0.12 | 0.36 |
| Hex | 50 | 66 | 5C | 16 | 0 | A | 3C | 99 | C | 24 |
| Octal | 120 | 146 | 134 | 26 | 0 | 12 | 74 | 231 | 14 | 44 |
| Binary | 1010000 | 1100110 | 1011100 | 10110 | 0 | 1010 | 111100 | 10011001 | 1100 | 100100 |
Color Harmonies of #50665C
Complementary color
Monochromatic Colors of #50665C
Black with #50665C
Text Example
Text Example
White with #50665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50665C; }
p { color: rgb(80,102,92); }
H1.HeaderClassName
{
color: #50665C;
}
.AnyTagClassName
{
color: #50665C;
}
</style>
background-color css
<style>
a { background-color: #50665C; }
a { background-color: rgb(80,102,92); }
div.DivClassName
{
background-color: #50665C;
}
.BgClassName
{
background-color: #50665C;
}
</style>
border-color css
<style>
span { border-color: #50665C; }
span { border-color: rgb(80,102,92); }
td.TdClassName
{
border-color: #50665C;
}
.TagClassName
{
border-color: #50665C;
}
</style>