Shades of Viridian Green #50625C
Tints of Viridian Green #50625C
RGB
CMYK
RGB Variations
Color information
#50625C (or 0x50625C) is known color: Viridian Green. HEX triplet: 50, 62 and 5C. RGB value is (80,98,92). Sum of RGB (Red+Green+Blue) = 80+98+92=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 98 - color contains mainly: green. Hex color #50625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50625C is #AF9DA3. Grayscale: #5B5B5B. Windows color (decimal): -11509156 or 6054480. OLE color: 6054480.
HSL color Cylindrical-coordinate representation of color #50625C: hue angle of 160º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #50625C is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 98 | 92 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.62 |
| HSL | 160º | 0.1% | 0.35% | - |
| HSV(B) | 160º | 0.18% | 0.38% | - |
| XYZ | 9.61 | 11.21 | 11.78 | - |
| YUV | 91.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 92 | 0.18 | 0 | 0.06 | 0.62 | 160 | 0.1 | 0.35 |
| Hex | 50 | 62 | 5C | 12 | 0 | 6 | 3E | A0 | A | 23 |
| Octal | 120 | 142 | 134 | 22 | 0 | 6 | 76 | 240 | 12 | 43 |
| Binary | 1010000 | 1100010 | 1011100 | 10010 | 0 | 110 | 111110 | 10100000 | 1010 | 100011 |
Color Harmonies of #50625C
Complementary color
Monochromatic Colors of #50625C
Black with #50625C
Text Example
Text Example
White with #50625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50625C; }
p { color: rgb(80,98,92); }
H1.HeaderClassName
{
color: #50625C;
}
.AnyTagClassName
{
color: #50625C;
}
</style>
background-color css
<style>
a { background-color: #50625C; }
a { background-color: rgb(80,98,92); }
div.DivClassName
{
background-color: #50625C;
}
.BgClassName
{
background-color: #50625C;
}
</style>
border-color css
<style>
span { border-color: #50625C; }
span { border-color: rgb(80,98,92); }
td.TdClassName
{
border-color: #50625C;
}
.TagClassName
{
border-color: #50625C;
}
</style>