Shades of Spectra #316A50
Tints of Spectra #316A50
RGB
CMYK
RGB Variations
Color information
#316A50 (or 0x316A50) is known color: Spectra. HEX triplet: 31, 6A and 50. RGB value is (49,106,80). Sum of RGB (Red+Green+Blue) = 49+106+80=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 106 - color contains mainly: green. Hex color #316A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A50 is #CE95AF. Grayscale: #565656. Windows color (decimal): -13538736 or 5270065. OLE color: 5270065.
HSL color Cylindrical-coordinate representation of color #316A50: hue angle of 152.63º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316A50 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 106 | 80 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.58 |
| HSL | 152.63º | 0.37% | 0.3% | - |
| HSV(B) | 152.63º | 0.54% | 0.42% | - |
| XYZ | 7.87 | 11.54 | 9.4 | - |
| YUV | 85.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 80 | 0.54 | 0 | 0.25 | 0.58 | 152.63 | 0.37 | 0.3 |
| Hex | 31 | 6A | 50 | 36 | 0 | 19 | 3A | 99 | 25 | 1E |
| Octal | 61 | 152 | 120 | 66 | 0 | 31 | 72 | 231 | 45 | 36 |
| Binary | 110001 | 1101010 | 1010000 | 110110 | 0 | 11001 | 111010 | 10011001 | 100101 | 11110 |
Color Harmonies of #316A50
Complementary color
Monochromatic Colors of #316A50
Black with #316A50
Text Example
Text Example
White with #316A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316A50; }
p { color: rgb(49,106,80); }
H1.HeaderClassName
{
color: #316A50;
}
.AnyTagClassName
{
color: #316A50;
}
</style>
background-color css
<style>
a { background-color: #316A50; }
a { background-color: rgb(49,106,80); }
div.DivClassName
{
background-color: #316A50;
}
.BgClassName
{
background-color: #316A50;
}
</style>
border-color css
<style>
span { border-color: #316A50; }
span { border-color: rgb(49,106,80); }
td.TdClassName
{
border-color: #316A50;
}
.TagClassName
{
border-color: #316A50;
}
</style>