Shades of Spectra #316D54
Tints of Spectra #316D54
RGB
CMYK
RGB Variations
Color information
#316D54 (or 0x316D54) is known color: Spectra. HEX triplet: 31, 6D and 54. RGB value is (49,109,84). Sum of RGB (Red+Green+Blue) = 49+109+84=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 109 - color contains mainly: green. Hex color #316D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D54 is #CE92AB. Grayscale: #585858. Windows color (decimal): -13537964 or 5532977. OLE color: 5532977.
HSL color Cylindrical-coordinate representation of color #316D54: hue angle of 155º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316D54 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 109 | 84 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.57 |
| HSL | 155º | 0.38% | 0.31% | - |
| HSV(B) | 155º | 0.55% | 0.43% | - |
| XYZ | 8.34 | 12.23 | 10.31 | - |
| YUV | 88.21 | 125.62 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 84 | 0.55 | 0 | 0.23 | 0.57 | 155 | 0.38 | 0.31 |
| Hex | 31 | 6D | 54 | 37 | 0 | 17 | 39 | 9B | 26 | 1F |
| Octal | 61 | 155 | 124 | 67 | 0 | 27 | 71 | 233 | 46 | 37 |
| Binary | 110001 | 1101101 | 1010100 | 110111 | 0 | 10111 | 111001 | 10011011 | 100110 | 11111 |
Color Harmonies of #316D54
Complementary color
Monochromatic Colors of #316D54
Black with #316D54
Text Example
Text Example
White with #316D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D54; }
p { color: rgb(49,109,84); }
H1.HeaderClassName
{
color: #316D54;
}
.AnyTagClassName
{
color: #316D54;
}
</style>
background-color css
<style>
a { background-color: #316D54; }
a { background-color: rgb(49,109,84); }
div.DivClassName
{
background-color: #316D54;
}
.BgClassName
{
background-color: #316D54;
}
</style>
border-color css
<style>
span { border-color: #316D54; }
span { border-color: rgb(49,109,84); }
td.TdClassName
{
border-color: #316D54;
}
.TagClassName
{
border-color: #316D54;
}
</style>