Shades of Viridian Green #50645D
Tints of Viridian Green #50645D
RGB
CMYK
RGB Variations
Color information
#50645D (or 0x50645D) is known color: Viridian Green. HEX triplet: 50, 64 and 5D. RGB value is (80,100,93). Sum of RGB (Red+Green+Blue) = 80+100+93=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 100 - color contains mainly: green. Hex color #50645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50645D is #AF9BA2. Grayscale: #5D5D5D. Windows color (decimal): -11508643 or 6120528. OLE color: 6120528.
HSL color Cylindrical-coordinate representation of color #50645D: hue angle of 159º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #50645D is Cyan = 0.2, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 100 | 93 | - |
| CMYK | 0.2 | 0 | 0.07 | 0.61 |
| HSL | 159º | 0.11% | 0.35% | - |
| HSV(B) | 159º | 0.2% | 0.39% | - |
| XYZ | 9.84 | 11.61 | 12.08 | - |
| YUV | 93.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 100 | 93 | 0.2 | 0 | 0.07 | 0.61 | 159 | 0.11 | 0.35 |
| Hex | 50 | 64 | 5D | 14 | 0 | 7 | 3D | 9F | B | 23 |
| Octal | 120 | 144 | 135 | 24 | 0 | 7 | 75 | 237 | 13 | 43 |
| Binary | 1010000 | 1100100 | 1011101 | 10100 | 0 | 111 | 111101 | 10011111 | 1011 | 100011 |
Color Harmonies of #50645D
Complementary color
Monochromatic Colors of #50645D
Black with #50645D
Text Example
Text Example
White with #50645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50645D; }
p { color: rgb(80,100,93); }
H1.HeaderClassName
{
color: #50645D;
}
.AnyTagClassName
{
color: #50645D;
}
</style>
background-color css
<style>
a { background-color: #50645D; }
a { background-color: rgb(80,100,93); }
div.DivClassName
{
background-color: #50645D;
}
.BgClassName
{
background-color: #50645D;
}
</style>
border-color css
<style>
span { border-color: #50645D; }
span { border-color: rgb(80,100,93); }
td.TdClassName
{
border-color: #50645D;
}
.TagClassName
{
border-color: #50645D;
}
</style>