Shades of Viridian Green #50695D
Tints of Viridian Green #50695D
RGB
CMYK
RGB Variations
Color information
#50695D (or 0x50695D) is known color: Viridian Green. HEX triplet: 50, 69 and 5D. RGB value is (80,105,93). Sum of RGB (Red+Green+Blue) = 80+105+93=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 105 - color contains mainly: green. Hex color #50695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50695D is #AF96A2. Grayscale: #606060. Windows color (decimal): -11507363 or 6121808. OLE color: 6121808.
HSL color Cylindrical-coordinate representation of color #50695D: hue angle of 151.2º 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 #50695D is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 105 | 93 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.59 |
| HSL | 151.2º | 0.14% | 0.36% | - |
| HSV(B) | 151.2º | 0.24% | 0.41% | - |
| XYZ | 10.34 | 12.6 | 12.24 | - |
| YUV | 96.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 93 | 0.24 | 0 | 0.11 | 0.59 | 151.2 | 0.14 | 0.36 |
| Hex | 50 | 69 | 5D | 18 | 0 | B | 3B | 97 | E | 24 |
| Octal | 120 | 151 | 135 | 30 | 0 | 13 | 73 | 227 | 16 | 44 |
| Binary | 1010000 | 1101001 | 1011101 | 11000 | 0 | 1011 | 111011 | 10010111 | 1110 | 100100 |
Color Harmonies of #50695D
Complementary color
Monochromatic Colors of #50695D
Black with #50695D
Text Example
Text Example
White with #50695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50695D; }
p { color: rgb(80,105,93); }
H1.HeaderClassName
{
color: #50695D;
}
.AnyTagClassName
{
color: #50695D;
}
</style>
background-color css
<style>
a { background-color: #50695D; }
a { background-color: rgb(80,105,93); }
div.DivClassName
{
background-color: #50695D;
}
.BgClassName
{
background-color: #50695D;
}
</style>
border-color css
<style>
span { border-color: #50695D; }
span { border-color: rgb(80,105,93); }
td.TdClassName
{
border-color: #50695D;
}
.TagClassName
{
border-color: #50695D;
}
</style>