Shades of Viridian Green #50695B
Tints of Viridian Green #50695B
RGB
CMYK
RGB Variations
Color information
#50695B (or 0x50695B) is known color: Viridian Green. HEX triplet: 50, 69 and 5B. RGB value is (80,105,91). Sum of RGB (Red+Green+Blue) = 80+105+91=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #50695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50695B is #AF96A4. Grayscale: #5F5F5F. Windows color (decimal): -11507365 or 5990736. OLE color: 5990736.
HSL color Cylindrical-coordinate representation of color #50695B: hue angle of 146.4º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #50695B is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 105 | 91 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.59 |
| HSL | 146.4º | 0.14% | 0.36% | - |
| HSV(B) | 146.4º | 0.24% | 0.41% | - |
| XYZ | 10.25 | 12.56 | 11.78 | - |
| YUV | 95.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 91 | 0.24 | 0 | 0.13 | 0.59 | 146.4 | 0.14 | 0.36 |
| Hex | 50 | 69 | 5B | 18 | 0 | D | 3B | 92 | E | 24 |
| Octal | 120 | 151 | 133 | 30 | 0 | 15 | 73 | 222 | 16 | 44 |
| Binary | 1010000 | 1101001 | 1011011 | 11000 | 0 | 1101 | 111011 | 10010010 | 1110 | 100100 |
Color Harmonies of #50695B
Complementary color
Monochromatic Colors of #50695B
Black with #50695B
Text Example
Text Example
White with #50695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50695B; }
p { color: rgb(80,105,91); }
H1.HeaderClassName
{
color: #50695B;
}
.AnyTagClassName
{
color: #50695B;
}
</style>
background-color css
<style>
a { background-color: #50695B; }
a { background-color: rgb(80,105,91); }
div.DivClassName
{
background-color: #50695B;
}
.BgClassName
{
background-color: #50695B;
}
</style>
border-color css
<style>
span { border-color: #50695B; }
span { border-color: rgb(80,105,91); }
td.TdClassName
{
border-color: #50695B;
}
.TagClassName
{
border-color: #50695B;
}
</style>