Shades of Spectra #316A56
Tints of Spectra #316A56
RGB
CMYK
RGB Variations
Color information
#316A56 (or 0x316A56) is known color: Spectra. HEX triplet: 31, 6A and 56. RGB value is (49,106,86). Sum of RGB (Red+Green+Blue) = 49+106+86=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #316A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A56 is #CE95A9. Grayscale: #565656. Windows color (decimal): -13538730 or 5663281. OLE color: 5663281.
HSL color Cylindrical-coordinate representation of color #316A56: hue angle of 158.95º 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 #316A56 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 106 | 86 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.58 |
| HSL | 158.95º | 0.37% | 0.3% | - |
| HSV(B) | 158.95º | 0.54% | 0.42% | - |
| XYZ | 8.1 | 11.63 | 10.62 | - |
| YUV | 86.68 | 127.62 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 86 | 0.54 | 0 | 0.19 | 0.58 | 158.95 | 0.37 | 0.3 |
| Hex | 31 | 6A | 56 | 36 | 0 | 13 | 3A | 9F | 25 | 1E |
| Octal | 61 | 152 | 126 | 66 | 0 | 23 | 72 | 237 | 45 | 36 |
| Binary | 110001 | 1101010 | 1010110 | 110110 | 0 | 10011 | 111010 | 10011111 | 100101 | 11110 |
Color Harmonies of #316A56
Complementary color
Monochromatic Colors of #316A56
Black with #316A56
Text Example
Text Example
White with #316A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316A56; }
p { color: rgb(49,106,86); }
H1.HeaderClassName
{
color: #316A56;
}
.AnyTagClassName
{
color: #316A56;
}
</style>
background-color css
<style>
a { background-color: #316A56; }
a { background-color: rgb(49,106,86); }
div.DivClassName
{
background-color: #316A56;
}
.BgClassName
{
background-color: #316A56;
}
</style>
border-color css
<style>
span { border-color: #316A56; }
span { border-color: rgb(49,106,86); }
td.TdClassName
{
border-color: #316A56;
}
.TagClassName
{
border-color: #316A56;
}
</style>